Skip to content

Commit

Permalink
Add Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
kakakakakku committed Aug 30, 2024
1 parent f19a780 commit 119bddd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: pip
directories:
- chapter03/src
- chapter05/src
- chapter06/src
- chapter06/tests
- chapter07/src
- chapter07/tests
schedule:
interval: monthly
open-pull-requests-limit: 1
target-branch: main
groups:
boto3-dependencies:
patterns:
- boto3
pytest-dependencies:
patterns:
- localstack-utils
- pytest
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 119bddd

Please sign in to comment.