Skip to content

Commit 7657802

Browse files
authored
Update dependabot.yml (#300)
* Update dependabot.yml * Update .github/dependabot.yml
1 parent fcb4769 commit 7657802

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically
21
version: 2
32
updates:
4-
# Maintain dependencies for GitHub Actions
53
- package-ecosystem: "github-actions"
64
directory: "/"
75
schedule:
86
interval: "daily"
7+
groups:
8+
github-dependencies:
9+
patterns:
10+
- "*"
11+
cooldown:
12+
default-days: 7

0 commit comments

Comments
 (0)