Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 authored Sep 24, 2024
2 parents bfcf69f + 58863f9 commit 57bffab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ updates:
# Poetry should always install the latest version instead
- dependency-name: "pyright"
update-types: ["version-update:semver-patch"]
groups:
dev-deps:
dependency-type: "development"
prod-deps:
dependency-type: "production"

2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

# We want to filter out dependabot and pre-commit
# automated pushes to main
if: ${{ github.actor != 'dependabot[bot]'}} && ${{ github.actor != 'pre-commit-ci[bot]'}}
if: ${{ github.actor != 'dependabot[bot]' && 'pre-commit-ci[bot]'}}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 57bffab

Please sign in to comment.