Skip to content

Instantly share code, notes, and snippets.

@sunny
Last active April 13, 2026 09:11
Show Gist options
  • Select an option

  • Save sunny/86adfc54c9e5c54b0bc745b46a0827a8 to your computer and use it in GitHub Desktop.

Select an option

Save sunny/86adfc54c9e5c54b0bc745b46a0827a8 to your computer and use it in GitHub Desktop.
Dependabot configuration for bundler & npm, grouping shakapacker and rubocop* gems, with cooldowns
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