pmd/.github/dependabot.yml

24 lines
566 B
YAML
Raw Normal View History

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