weekly dependabot to monthly (#723)
* weekly dependabot to monthly * Also adding in actions * Update dependabot.yml Co-authored-by: Christian Oliff <christianoliff@pm.me>
This commit is contained in:
parent
7cec1ccd3b
commit
8d99fdef09
|
|
@ -3,6 +3,9 @@ updates:
|
|||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
interval: monthly
|
||||
time: "03:00"
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
|
|
|
|||
Loading…
Reference in New Issue