mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 16:42:35 +00:00
github: Group all Github action updates in a single Dependabot PR once a week (#487)
This commit is contained in:
parent
6195e86a29
commit
c6dbe8c0cb
1 changed files with 8 additions and 1 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -6,5 +6,12 @@ updates:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
groups:
|
||||||
|
"github-actions":
|
||||||
|
patterns:
|
||||||
|
- "*" # Group all GitHub Actions dependencies together
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
|
day: "monday"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Etc/UTC"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue