We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42e405 commit 27738cbCopy full SHA for 27738cb
.github/dependabot.yml
@@ -1,15 +1,28 @@
1
version: 2
2
updates:
3
4
- - package-ecosystem: github-actions
+ - package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- interval: daily
8
- open-pull-requests-limit: 99
+ interval: "weekly"
+ groups:
9
+ github-actions:
10
+ patterns:
11
+ - "actions/*"
12
+ - "github/*"
13
- - package-ecosystem: npm
14
+ - package-ecosystem: "npm"
15
16
- versioning-strategy: increase
17
18
+ versioning-strategy: "increase"
19
20
+ actions:
21
22
+ - "@actions/*"
23
+ jest:
24
25
+ - "@types/jest"
26
+ - "jest"
27
+ - "jest-*"
28
+ - "ts-jest"
0 commit comments