Skip to content

Commit f5fde7a

Browse files
Merge pull request #42 from dschwartznyc/dschwartznyc-patch-1
Update renovate.json
2 parents 544a4a7 + e5bada3 commit f5fde7a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": ["config:base"],
34
"prConcurrentLimit": 10,
45
"prHourlyLimit": 20,
@@ -7,9 +8,19 @@
78
"description": "Update the Maven property rosetta.dsl.version when com.regnosys.rosetta releases a new version",
89
"matchManagers": ["maven"],
910
"matchPackageNames": [
10-
"com.regnosys.rosetta:com.regnosys.rosetta"
11+
"com.regnosys.rosetta:com.regnosys.rosetta",
12+
"rosetta.dsl.version"
1113
],
1214
"enabled": true
15+
},
16+
{
17+
"description": "Disable all that are not maven AND not those names",
18+
"matchManagers": ["maven"],
19+
"excludePackageNames": [
20+
"com.regnosys.rosetta:com.regnosys.rosetta",
21+
"rosetta.dsl.version"
22+
],
23+
"enabled": false
1324
}
1425
]
1526
}

0 commit comments

Comments
 (0)