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 5f9dd45 + ee991c3 commit c0ddac4Copy full SHA for c0ddac4
.github/dependabot.yml
@@ -1,22 +1,24 @@
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
open-pull-requests-limit: 20
9
groups:
10
minor-and-patch:
11
patterns:
12
- - "*"
+ - '*'
13
update-types:
14
- - "minor"
15
- - "patch"
+ - minor
+ - patch
16
cooldown:
17
default-days: 4
18
- - package-ecosystem: "github-actions"
19
+ - package-ecosystem: github-actions
20
21
22
23
+ cooldown:
24
+ default-days: 4
0 commit comments