We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c6b28 commit e497b8cCopy full SHA for e497b8c
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ groups:
8
+ all-dependencies:
9
+ patterns:
10
+ - "*"
renovate.json
@@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
+ ],
+ "packageRules": [
+ {
+ "matchPackagePatterns": ["*"],
+ "groupName": "all-dependencies"
+ }
11
]
12
}
0 commit comments