ghaction-upx/.github/dependabot.yml

20 lines
396 B
YAML
Raw Normal View History

2020-03-24 04:34:30 -06:00
version: 2
updates:
2020-06-10 11:45:03 -06:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
2023-09-03 09:55:52 -06:00
- "kind/dependencies"
- "bot"
2020-03-24 04:34:30 -06:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2023-09-03 09:55:52 -06:00
versioning-strategy: "increase"
2020-06-10 14:22:42 -06:00
allow:
- dependency-type: "production"
2020-03-24 04:34:30 -06:00
labels:
2023-09-03 09:55:52 -06:00
- "kind/dependencies"
- "bot"