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 cf4bfd0 commit 59ebb73Copy full SHA for 59ebb73
.github/dependabot.yml
@@ -3,19 +3,27 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "weekly"
+ interval: "monthly"
7
day: "monday"
8
labels:
9
- "dependencies"
10
-
+ groups:
11
+ github-actions:
12
+ applies-to: version-updates
13
+ patterns:
14
+ - "*"
15
- package-ecosystem: "npm"
16
17
18
19
20
ignore:
21
- dependency-name: "*"
22
update-types: ["version-update:semver-major"]
23
24
25
26
+ npm:
27
28
29
0 commit comments