Skip to content

Commit 61ad31c

Browse files
fix(deps): skip the local Maven reactor parent
1 parent 32bdfb1 commit 61ad31c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
},
2929
"rangeStrategy": "replace",
3030
"packageRules": [
31+
{
32+
"matchManagers": ["maven"],
33+
"matchPackageNames": ["de.tum.cit.aet:hephaestus-server-parent"],
34+
"enabled": false
35+
},
3136
{
3237
"matchManagers": ["maven"],
3338
"matchDepTypes": ["compile", "runtime", "provided", "optional", "parent", "parent-root"],

0 commit comments

Comments
 (0)