We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32a752 commit 1052548Copy full SHA for 1052548
.github/dependabot.yml
@@ -5,13 +5,23 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "npm" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "npm"
+ directory: "/"
10
schedule:
11
interval: "weekly"
12
commit-message:
13
prefix: "chore: "
14
+
15
+ groups:
16
+ dependency-updates:
17
+ patterns: ["*"]
18
+ update-types: ["minor", "patch"]
19
20
ignore:
21
- dependency-name: "@types/node"
- # For Node types, ignore all major updates
- update-types: ["version-update:semver-major"]
22
+ update-types: ["version-update:semver-major"]
23
24
+ - package-ecosystem: "github-actions"
25
26
+ schedule:
27
+ interval: "daily"
0 commit comments