We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bba30 commit 8196969Copy full SHA for 8196969
1 file changed
renovate.json
@@ -0,0 +1,22 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "packageRules": [
7
+ {
8
+ "matchUpdateTypes": [
9
+ "minor",
10
+ "patch"
11
12
+ "groupName": "all non-major dependencies",
13
+ "groupSlug": "all-minor-patch",
14
+ "matchPackageNames": [
15
+ "*"
16
+ ]
17
+ }
18
19
+ "baseBranchPatterns": [
20
+ "dev"
21
22
+}
0 commit comments