Skip to content

Commit

Permalink
Group dependabot more
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Apr 22, 2024
1 parent 0276c8b commit c865e37
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,45 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"] # we don't want to have semver-major changes
groups:
ruby-minor-development:
dependency-type: development
update-types:
- minor
- patch
ruby-minor-production:
dependency-type: production
update-types:
- minor
- patch
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*" # group all github actions
- package-ecosystem: npm
directory: "/"
ignore:
- update-types:
- version-update:semver-major
schedule:
interval: "weekly"
groups:
npm-minor-development:
dependency-type: development
update-types:
- minor
- patch
npm-minor-production:
dependency-type: production
update-types:
- minor
- patch




0 comments on commit c865e37

Please sign in to comment.