Skip to content

Commit ee908e8

Browse files
authored
Merge pull request #22 from UniversityOfHelsinkiCS/renovate/migrate-config
chore(config): migrate renovate config
2 parents 5c3adb1 + d7e51ed commit ee908e8

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

renovate.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,34 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
3+
"extends": [
4+
"config:recommended"
5+
],
46
"packageRules": [
57
{
68
"groupName": "all non-major dependencies",
79
"groupSlug": "all-minor-patch",
8-
"matchPackagePatterns": ["*"],
9-
"matchUpdateTypes": ["minor", "patch"]
10+
"matchUpdateTypes": [
11+
"minor",
12+
"patch"
13+
],
14+
"matchPackageNames": [
15+
"*"
16+
]
1017
},
1118
{
12-
"matchDatasources": ["docker"],
13-
"matchPackageNames": ["node"],
19+
"matchDatasources": [
20+
"docker"
21+
],
22+
"matchPackageNames": [
23+
"node"
24+
],
1425
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
1526
"versioning": "node"
1627
}
1728
],
1829
"vulnerabilityAlerts": {
19-
"labels": ["security"]
30+
"labels": [
31+
"security"
32+
]
2033
}
2134
}

0 commit comments

Comments
 (0)