Skip to content

Instantly share code, notes, and snippets.

@jacobras
Created March 5, 2025 15:56
Show Gist options
  • Save jacobras/fe0d9831e10e5df4cbf56d39a9fe4640 to your computer and use it in GitHub Desktop.
Save jacobras/fe0d9831e10e5df4cbf56d39a9fe4640 to your computer and use it in GitHub Desktop.
Dependabot patch/minor update grouping
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
groups:
patch-updates:
update-types: [ "patch" ] # All patch updates go together in one PR. This may be merged when CI is green.
minor-updates:
update-types: [ "minor" ] # All minor updates go together in one PR. Requires green CI + manual check.
open-pull-requests-limit: 5 # This leaves space for 3 PRs of major updates, each in a single PR. Requires green CI + manual check.
registries: "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment