We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4c13b commit 9839dc1Copy full SHA for 9839dc1
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+---
2
+version: 2
3
+
4
+updates:
5
+- package-ecosystem: "npm"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ groups:
10
+ minor-npm-dependencies:
11
+ # NPM: Only group minor and patch updates (we want to carefully review major updates)
12
+ update-types: [minor, patch]
13
+- package-ecosystem: "github-actions"
14
15
16
17
18
+ minor-actions-dependencies:
19
+ # GitHub Actions: Only group minor and patch updates (we want to carefully review major updates)
20
0 commit comments