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.
1 parent 0329fdf commit c83912eCopy full SHA for c83912e
.github/dependabot.yml
@@ -11,8 +11,28 @@ updates:
11
- "/.github/actions/*"
12
- "/.github/actions/*/*"
13
schedule:
14
- interval: "monthly"
+ interval: "weekly"
15
groups:
16
gh-actions-packages:
17
patterns:
18
- "*"
19
+ - package-ecosystem: "npm"
20
+ directories:
21
+ - "/"
22
+ schedule:
23
24
+ groups:
25
+ dev-minor-and-patch-dependencies:
26
+ dependency-type: "development"
27
+ patterns:
28
+ - "*"
29
+ update-types:
30
+ - "minor"
31
+ - "patch"
32
+ runtime-minor-and-patch-dependencies:
33
+ dependency-type: "production"
34
35
36
37
38
0 commit comments