Skip to content

Commit 04e8080

Browse files
Merge pull request #58 from finos/renovate/migrate-config
Migrate renovate config
2 parents 5f7d29d + 12a6cfc commit 04e8080

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed

.github/renovate.json

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,52 @@
55
],
66
"prConcurrentLimit": 10,
77
"prHourlyLimit": 20,
8-
98
"dependencyDashboard": true,
109
"dependencyDashboardApproval": false,
11-
12-
"vulnerabilityAlerts": false,
13-
14-
"enabledManagers": ["maven", "github-actions"],
15-
10+
"vulnerabilityAlerts": {
11+
"enabled": false
12+
},
13+
"enabledManagers": [
14+
"maven",
15+
"github-actions"
16+
],
1617
"packageRules": [
1718
{
1819
"description": "Highlight and prioritize rosetta.dsl.version updates",
19-
"matchManagers": ["maven"],
20+
"matchManagers": [
21+
"maven"
22+
],
2023
"matchPackageNames": [
2124
"com.regnosys.rosetta:com.regnosys.rosetta",
2225
"rosetta.dsl.version"
2326
],
24-
"labels": ["rosetta"],
27+
"labels": [
28+
"rosetta"
29+
],
2530
"prPriority": 1,
2631
"automerge": false
2732
},
2833
{
2934
"description": "Label GitHub Actions updates",
30-
"matchManagers": ["github-actions"],
31-
"labels": ["github-actions"]
35+
"matchManagers": [
36+
"github-actions"
37+
],
38+
"labels": [
39+
"github-actions"
40+
]
3241
},
3342
{
3443
"description": "Label all other Maven dependency updates",
35-
"matchManagers": ["maven"],
36-
"excludePackageNames": [
37-
"com.regnosys.rosetta:com.regnosys.rosetta",
38-
"rosetta.dsl.version"
44+
"matchManagers": [
45+
"maven"
3946
],
40-
"labels": ["maven"]
47+
"labels": [
48+
"maven"
49+
],
50+
"matchPackageNames": [
51+
"!com.regnosys.rosetta:com.regnosys.rosetta",
52+
"!rosetta.dsl.version"
53+
]
4154
}
4255
]
4356
}

0 commit comments

Comments
 (0)