Skip to content

Commit c8f6488

Browse files
committed
Add renovate.json
1 parent 39a227d commit c8f6488

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

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

Comments
 (0)