
- update all dependabot types once a week on Friday so they can make it into the new release on (usually) Monday - use dependabot groups for all changes so we can merge them all at once - use the `directories` option to DRY things up
91 lines
1.6 KiB
YAML
91 lines
1.6 KiB
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: "friday"
|
|
time: "08:00"
|
|
timezone: "Etc/UTC"
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: bundler
|
|
directories:
|
|
- /
|
|
- /Library/Homebrew
|
|
schedule:
|
|
interval: weekly
|
|
day: "friday"
|
|
time: "08:00"
|
|
timezone: "Etc/UTC"
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
bundler:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: "friday"
|
|
time: "08:00"
|
|
timezone: "Etc/UTC"
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
npm:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: "friday"
|
|
time: "08:00"
|
|
timezone: "Etc/UTC"
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
docker:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: devcontainers
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: "friday"
|
|
time: "08:00"
|
|
timezone: "Etc/UTC"
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
devcontainers:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: pip
|
|
directories:
|
|
- /
|
|
- /Library/Homebrew/formula-analytics/
|
|
schedule:
|
|
interval: weekly
|
|
day: "friday"
|
|
time: "08:00"
|
|
timezone: "Etc/UTC"
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
pip:
|
|
patterns:
|
|
- "*"
|