Skip to content

Commit

Permalink
Address repo-review issue: GH212: Require GHA update grouping
Browse files Browse the repository at this point in the history
Projects should group their updates to avoid extra PRs and stay in sync.
This is now supported by dependabot since June 2023.

Should have something like this in .pre-commit-config.yaml:

https://learn.scientific-python.org/development/guides/repo-review/?repo=populse%2Fcapsul&branch=3.0
  • Loading branch information
DimitriPapadopoulos committed Mar 4, 2024
1 parent 6310f45 commit fbec45b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"

0 comments on commit fbec45b

Please sign in to comment.