Skip to content

Commit

Permalink
Group dependabot updates.
Browse files Browse the repository at this point in the history
Also apply dependabot updates to actions.
  • Loading branch information
joaander committed Mar 7, 2024
1 parent e8c0d7a commit 2ebfdfb
Showing 1 changed file with 42 additions and 9 deletions.
51 changes: 42 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,50 @@
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: "github-actions"
directory: "/"
target-branch: main
schedule:
interval: monthly
open-pull-requests-limit: 10
interval: "monthly"
time: "07:00"
timezone: "EST5EDT"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 2
reviewers:
- glotzerlab/dupin-maintainers
- joaander
groups:
minor-patch:
actions-version:
applies-to: version-updates
patterns:
- '*'
actions-security:
applies-to: security-updates
patterns:
- '*'
- package-ecosystem: "pip"
directory: "/"
target-branch: main
schedule:
interval: "monthly"
time: "07:00"
timezone: "EST5EDT"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 2
reviewers:
- joaander
groups:
pip-version:
applies-to: version-updates
patterns:
- '*'
update-types:
- "minor"
- "patch"
major:
- minor
- patch
pip-security:
applies-to: security-updates
patterns:
- '*'
update-types:
- "major"
- minor
- patch

0 comments on commit 2ebfdfb

Please sign in to comment.