We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c1748 commit 68d4981Copy full SHA for 68d4981
1 file changed
.github/dependabot.yml
@@ -1,18 +1,20 @@
1
version: 2
2
-cooldown:
3
- default-days: 5
4
updates:
5
- package-ecosystem: 'github-actions'
6
directory: '/'
7
schedule:
8
- interval: 'daily'
+ interval: 'weekly'
9
commit-message:
10
prefix: 'chore'
11
include: 'scope'
+ cooldown:
+ default-days: 5
12
- package-ecosystem: 'npm'
13
14
15
16
17
18
19
20
0 commit comments