Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 042759b

Browse files
authored
Merge pull request #1808 from sigstore/dependabot-grouped-updates
Update Dependabot config to use weekly grouped updates
2 parents d36fabc + ea2a9c5 commit 042759b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,20 @@ updates:
1919
- package-ecosystem: gomod
2020
directory: "/"
2121
schedule:
22-
interval: daily
22+
interval: weekly
2323
open-pull-requests-limit: 10
24+
groups:
25+
sigstore:
26+
patterns:
27+
- "github.com/sigstore/**"
28+
minor-patch:
29+
update-types: ["minor", "patch"]
2430

2531
- package-ecosystem: "github-actions"
2632
directory: "/"
2733
schedule:
28-
interval: daily
34+
interval: weekly
2935
open-pull-requests-limit: 10
36+
groups:
37+
minor-patch:
38+
update-types: ["minor", "patch"]

0 commit comments

Comments
 (0)