chore(deps): configure Dependabot to check monthly
This commit is contained in:
parent
22e19cfdef
commit
5c6cec4361
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -3,7 +3,7 @@ updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "."
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
versioning-strategy: increase
|
||||
groups:
|
||||
npm:
|
||||
@ -12,7 +12,7 @@ updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: ".github/workflows"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
groups:
|
||||
gha:
|
||||
patterns:
|
||||
|
Loading…
x
Reference in New Issue
Block a user