Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767fd11 commit 5b22a24Copy full SHA for 5b22a24
1 file changed
.github/dependabot.yml
@@ -5,3 +5,11 @@ updates:
5
directory: "/" # Tells Dependabot to scan root directory only
6
schedule:
7
interval: "daily"
8
+ cooldown:
9
+ default-days: 30
10
+ - package-ecosystem: "github-actions"
11
+ directory: "/"
12
+ schedule:
13
+ interval: "weekly"
14
15
0 commit comments