ci(dependabot): update GA periodically (#1577)
Co-authored-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
31e0b7c6f8
commit
0f04f1262c
1 changed files with 9 additions and 0 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -9,3 +9,12 @@ updates:
|
||||||
applies-to: "version-updates"
|
applies-to: "version-updates"
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
ci-dependencies:
|
||||||
|
applies-to: "version-updates"
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
Loading…
Reference in a new issue