mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
feat(ci): add dependabot to keep GH Actions up to date
Limit bot to update only monthly to avoid spam and save resources. Also group to one PR to limit PR spam.
This commit is contained in:
parent
5cf7ef864b
commit
dba131f638
12
.github/dependabot.yaml
vendored
Normal file
12
.github/dependabot.yaml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
Loading…
Reference in New Issue
Block a user