Skip to content

Commit 544a4a7

Browse files
Merge pull request #35 from dschwartznyc/dschwartznyc-patch-1
Update renovate.json
2 parents 3a91f4e + 9a3001c commit 544a4a7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/renovate.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
32
"extends": ["config:base"],
43
"prConcurrentLimit": 10,
54
"prHourlyLimit": 20,
@@ -8,19 +7,9 @@
87
"description": "Update the Maven property rosetta.dsl.version when com.regnosys.rosetta releases a new version",
98
"matchManagers": ["maven"],
109
"matchPackageNames": [
11-
"com.regnosys.rosetta:com.regnosys.rosetta",
12-
"rosetta.dsl.version"
10+
"com.regnosys.rosetta:com.regnosys.rosetta"
1311
],
1412
"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
2413
}
2514
]
2615
}

0 commit comments

Comments
 (0)