Skip to content

Commit

Permalink
Updated dependabot config (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Apr 19, 2024
1 parent c128fa0 commit b97208b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,34 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
github-actions:
patterns:
- '*'
reviewers:
- "saurbhc"
- "JBWilkie"
open-pull-requests-limit: 5
open-pull-requests-limit: 1
labels:
- "github-actions-updates"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
# For all packages, ignore all major updates
- dependency-name: "*"
update-types:
- "version-update:semver-major"
groups:
python-requirements:
patterns:
- '*'
reviewers:
- "saurbhc"
- "JBWilkie"
open-pull-requests-limit: 5
open-pull-requests-limit: 1
labels:
- "dependencies"

0 comments on commit b97208b

Please sign in to comment.