We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74586e9 + 196591b commit aa3bc8fCopy full SHA for aa3bc8f
1 file changed
.github/dependabot.yml
@@ -0,0 +1,27 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directories:
5
+ - "/"
6
+ groups:
7
+ # Open PRs for each major version and security update
8
+ # Open an aggregate PR for all minor and patch version updates
9
+ npm-minor-and-patch:
10
+ applies-to: version-updates
11
+ patterns:
12
+ - "*"
13
+ update-types:
14
+ - "minor"
15
+ - "patch"
16
+ schedule:
17
+ interval: "weekly"
18
+ - package-ecosystem: "github-actions"
19
20
21
22
+ # Open an aggregate PR for all GitHub Actions updates
23
+ github-actions:
24
25
26
27
0 commit comments