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"
|
- package-ecosystem: "npm"
|
||||||
directory: "."
|
directory: "."
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "monthly"
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
groups:
|
groups:
|
||||||
npm:
|
npm:
|
||||||
@ -12,7 +12,7 @@ updates:
|
|||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: ".github/workflows"
|
directory: ".github/workflows"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "monthly"
|
||||||
groups:
|
groups:
|
||||||
gha:
|
gha:
|
||||||
patterns:
|
patterns:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user