We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e36191 commit 5e53fd8Copy full SHA for 5e53fd8
1 file changed
.github/dependabot.yml
@@ -1,13 +1,17 @@
1
version: 2
2
updates:
3
- package-ecosystem: composer
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "14:00"
8
- open-pull-requests-limit: 10
9
- - package-ecosystem: "github-actions"
10
11
12
13
+ directory: /
+ schedule:
+ interval: daily
+ time: '14:00'
+ open-pull-requests-limit: 10
+ cooldown:
+ default-days: 4
+ - package-ecosystem: github-actions
14
15
16
17
0 commit comments