We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a227d commit c8f6488Copy full SHA for c8f6488
renovate.json
@@ -0,0 +1,18 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:recommended"],
4
+ "packageRules": [
5
+ {
6
+ "groupName": "all non-major dependencies",
7
+ "groupSlug": "all-minor-patch",
8
+ "matchPackagePatterns": ["*"],
9
+ "matchUpdateTypes": ["minor", "patch"]
10
+ },
11
12
+ "matchDatasources": ["docker"],
13
+ "matchPackageNames": ["node"],
14
+ "versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
15
+ "versioning": "node"
16
+ }
17
+ ]
18
+}
0 commit comments