Skip to content

Commit

Permalink
ci: use dbot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored Oct 6, 2023
1 parent c9f2b81 commit e4395f1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
version: 2
updates:
- package-ecosystem: github-actions
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
- package-ecosystem: pip
groups:
safe-dependencies:
update-types: ['minor', 'patch']
major-dependencies:
update-types: [major]
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
ci-dependencies:
dependency-type: 'production'

0 comments on commit e4395f1

Please sign in to comment.