metadata-action/.github/dependabot.yml

20 lines
386 B
YAML
Raw Normal View History

2020-10-25 02:25:23 +01:00
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "bot"
2020-10-25 02:25:23 +01:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: "increase"
2020-10-25 02:25:23 +01:00
allow:
- dependency-type: "production"
labels:
- "dependencies"
- "bot"