Skip to content

Commit c81999e

Browse files
committed
github: Silence dependabot pull requests
This increases the interval from daily to weekly, as well as groups the PRs when possible. Signed-off-by: Daiki Ueno <dueno@redhat.com>
1 parent fc43908 commit c81999e

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ updates:
99
versioning-strategy: "lockfile-only"
1010
directory: "/" # Location of package manifests
1111
schedule:
12-
interval: "daily"
12+
interval: "weekly"
13+
groups:
14+
everything:
15+
patterns:
16+
- "*"
1317
- package-ecosystem: "github-actions"
1418
directory: "/" # Location of package manifests
1519
schedule:
16-
interval: "daily"
20+
interval: "weekly"
21+
groups:
22+
everything:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)