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 ca2ba45 commit 644e86fCopy full SHA for 644e86f
renovate.json
@@ -0,0 +1,21 @@
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
+ "vulnerabilityAlerts": {
19
+ "labels": ["security"]
20
21
+}
0 commit comments