8000 Dependabot: Single weekly PR for GH Actions, Single PR for terraform-… · hashicorp/terraform-plugin-docs@9ff8b91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ff8b91

Browse files
authored
Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-* Go dependencies (#485)
* github: Group all Github action updates in a single Dependabot PR once a week * dependabot: single PR for terraform-plugin-* dependencies * dependabot: skip single PR for terraform-plugin-* dependencies for this repo as it's uncommon to happen at the same time or it's not even using those libraries
1 parent 0367702 commit 9ff8b91

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ updates:
66
schedule:
77
# Check for updates to Go modules every weekday
88
interval: "daily"
9-
109
# Maintain dependencies for Go modules (tools)
1110
- package-ecosystem: "gomod"
1211
directory: "/tools"
@@ -15,5 +14,12 @@ updates:
1514
interval: "daily"
1615
- package-ecosystem: "github-actions"
1716
directory: "/"
17+
groups:
18+
"github-actions":
19+
patterns:
20+
- "*" # Group all GitHub Actions dependencies together
1821
schedule:
19-
interval: "daily"
22+
interval: "weekly"
23+
day: "monday"
24+
time: "09:00"
25+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)
0