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 04:01:27 +01:00
interval: "monthly"
labels:
- "dependencies"
2022-10-16 16:28:50 +02:00
- package-ecosystem: "npm"
directory: "/"
schedule:
2022-12-09 04:01:27 +01:00
interval: "monthly"
2022-12-12 01:44:24 +01:00
allow:
- dependency-type: "production"
2022-12-09 04:01:27 +01:00
labels:
- "dependencies"