We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb4769 commit 7657802Copy full SHA for 7657802
.github/dependabot.yml
@@ -1,8 +1,12 @@
1
-# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically
2
version: 2
3
updates:
4
- # Maintain dependencies for GitHub Actions
5
- package-ecosystem: "github-actions"
6
directory: "/"
7
schedule:
8
interval: "daily"
+ groups:
+ github-dependencies:
9
+ patterns:
10
+ - "*"
11
+ cooldown:
12
+ default-days: 7
0 commit comments