create-pull-request/.github/dependabot.yml

18 lines
327 B
YAML
Raw Normal View History

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
2022-12-09 03:01:27 +00:00
interval: "monthly"
labels:
- "dependencies"
2022-10-16 14:28:50 +00:00
- package-ecosystem: "npm"
directory: "/"
schedule:
2022-12-09 03:01:27 +00:00
interval: "monthly"
2022-12-12 00:44:24 +00:00
allow:
- dependency-type: "production"
2022-12-09 03:01:27 +00:00
labels:
- "dependencies"