Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-* Go dependencies (#299)
* github: Group all Github action updates in a single Dependabot PR once a week * dependabot: single PR for terraform-plugin-* dependencies
This commit is contained in:
parent
ffe107b9af
commit
0da3e2a36a
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@ -8,11 +8,23 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
# Check for updates to Go modules every weekday
|
# Check for updates to Go modules every weekday
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
groups:
|
||||||
|
# Group all terraform-plugin-(go|sdk|framework|testing) dependencies together
|
||||||
|
"terraform-plugin":
|
||||||
|
patterns:
|
||||||
|
- "github.com/hashicorp/terraform-plugin-*"
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/tools"
|
directory: "/tools"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
- 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…
x
Reference in New Issue
Block a user