gpg/.github/dependabot.yml

20 lines
396 B
YAML
Raw Normal View History

2020-05-03 14:46:05 -04:00
version: 2
updates:
2020-06-10 13:44:49 -04:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
2023-09-03 08:39:10 -04:00
- "kind/dependencies"
- "bot"
2020-05-03 14:46:05 -04:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2023-09-03 08:39:10 -04:00
versioning-strategy: "increase"
2020-06-10 16:21:27 -04:00
allow:
- dependency-type: "production"
2020-05-03 14:46:05 -04:00
labels:
2023-09-03 08:39:10 -04:00
- "kind/dependencies"
- "bot"