Last active
April 13, 2026 09:11
-
-
Save sunny/86adfc54c9e5c54b0bc745b46a0827a8 to your computer and use it in GitHub Desktop.
Dependabot configuration for bundler & npm, grouping shakapacker and rubocop* gems, with cooldowns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 2 | |
| multi-ecosystem-groups: | |
| shakapacker: | |
| schedule: | |
| interval: weekly | |
| time: "08:00" | |
| timezone: "Europe/Paris" | |
| cooldown: | |
| default-days: 7 | |
| updates: | |
| - package-ecosystem: bundler | |
| directory: / | |
| patterns: ["shakapacker"] | |
| multi-ecosystem-group: shakapacker | |
| - package-ecosystem: npm | |
| directory: / | |
| patterns: ["shakapacker"] | |
| multi-ecosystem-group: shakapacker | |
| - package-ecosystem: bundler | |
| directory: / | |
| schedule: | |
| interval: daily | |
| time: "08:00" | |
| timezone: Europe/Paris | |
| open-pull-requests-limit: 3 | |
| cooldown: | |
| default-days: 7 | |
| groups: | |
| rubocop: | |
| patterns: | |
| - "rubocop*" | |
| - "*-rubocop" | |
| - package-ecosystem: npm | |
| directory: / | |
| schedule: | |
| interval: weekly | |
| time: "08:00" | |
| timezone: Europe/Paris | |
| open-pull-requests-limit: 3 | |
| cooldown: | |
| default-days: 7 | |
| - package-ecosystem: github-actions | |
| directory: / | |
| schedule: | |
| interval: weekly | |
| time: "08:00" | |
| timezone: Europe/Paris | |
| open-pull-requests-limit: 3 | |
| cooldown: | |
| default-days: 7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment