forked from phoedos/pmd
210e3e59ae
- dependabot runs weekly - github-action and bundler are creating a single PR for updating - also integrate automatic release notes generation
24 lines
566 B
YAML
24 lines
566 B
YAML
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:
|
|
interval: "weekly"
|
|
- package-ecosystem: "bundler"
|
|
directories:
|
|
- "/"
|
|
- "/docs"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
all-gems:
|
|
patterns: [ "*" ]
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
all-actions:
|
|
patterns: [ "*" ]
|