Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b22a24

Browse files
chore: add 30-day dependabot cooldown (#399)
1 parent 767fd11 commit 5b22a24

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ updates:
55
directory: "/" # Tells Dependabot to scan root directory only
66
schedule:
77
interval: "daily"
8+
cooldown:
9+
default-days: 30
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
cooldown:
15+
default-days: 30

0 commit comments

Comments
 (0)