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.
2 parents adb9778 + 722ee92 commit 9c99344Copy full SHA for 9c99344
.github/dependabot.yml
@@ -1,19 +1,23 @@
1
version: 2
2
updates:
3
- package-ecosystem: npm
4
- directory: "/"
+ directory: /
5
schedule:
6
interval: daily
7
- time: "14:00"
+ time: '14:00'
8
groups:
9
minor-and-patch:
10
patterns:
11
- - "*"
+ - '*'
12
update-types:
13
- - "minor"
14
- - "patch"
15
- - package-ecosystem: "github-actions"
16
+ - minor
+ - patch
+ cooldown:
+ default-days: 4
17
+ - package-ecosystem: github-actions
18
19
20
21
22
23
0 commit comments