Skip to content

Commit 644e86f

Browse files
committed
Add renovate.json
1 parent ca2ba45 commit 644e86f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

renovate.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)