Skip to content

Commit

Permalink
Enable grouped Dependabot updates for minor/patch versions
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Soyland <codysoyland@github.com>
  • Loading branch information
codysoyland committed Jan 27, 2025
1 parent f7a3a40 commit 2c494df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
minor-patch:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 2c494df

Please sign in to comment.