Skip to content

Commit 9decc77

Browse files
committed
[CI] Add github-actions ecosystem to Dependabot
Group updates to reduce repo noise Setup to run weekly. Added 7 day cooldown period https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
1 parent 93239e0 commit 9decc77

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,19 @@
2222

2323
version: 2
2424
updates:
25-
- package-ecosystem: "maven" # See documentation for possible values
26-
directory: "/" # Location of package manifests
25+
- package-ecosystem: "github-actions"
26+
directory: "/"
27+
open-pull-requests-limit: 2
28+
schedule:
29+
interval: "weekly"
30+
groups:
31+
github-actions-dependencies:
32+
patterns:
33+
- "*"
34+
cooldown:
35+
default-days: 7
36+
- package-ecosystem: "maven"
37+
directory: "/"
2738
schedule:
2839
interval: "daily"
2940
cooldown:

0 commit comments

Comments
 (0)