ci: update dependabot upgrade policy

This commit is contained in:
mutoe 2021-03-15 23:57:34 +08:00
parent 179e2429bb
commit 06ebf9ed1c
1 changed files with 6 additions and 4 deletions

View File

@ -5,12 +5,14 @@
version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "weekly"
interval: monthly
allow:
- dependency-type: production
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: ".github/workflows"
schedule:
interval: "weekly"
interval: monthly