2020-08-24 19:15:52 +08:00
|
|
|
version: 2
|
2024-07-05 10:40:28 +02:00
|
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
2020-08-24 19:15:52 +08:00
|
|
|
updates:
|
|
|
|
- package-ecosystem: "maven"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
2020-09-12 12:45:52 +02:00
|
|
|
interval: "weekly"
|
2024-07-05 10:40:28 +02:00
|
|
|
- package-ecosystem: "bundler"
|
|
|
|
directories:
|
|
|
|
- "/"
|
|
|
|
- "/docs"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
groups:
|
|
|
|
all-gems:
|
|
|
|
patterns: [ "*" ]
|
2020-08-24 19:15:52 +08:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
2020-09-12 12:45:52 +02:00
|
|
|
interval: "weekly"
|
2024-07-05 10:40:28 +02:00
|
|
|
groups:
|
|
|
|
all-actions:
|
|
|
|
patterns: [ "*" ]
|