Skip to content

Commit

Permalink
Merge pull request #226 from aspettl/use-grouped-updates
Browse files Browse the repository at this point in the history
Use grouped updates for gems in dependabot
  • Loading branch information
aspettl authored Dec 16, 2023
2 parents 9996d84 + 239762c commit d56fa61
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "rubocop*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
exclude-patterns:
- "rubocop*"
rubocop:
patterns:
- "rubocop*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit d56fa61

Please sign in to comment.