Skip to content

Commit 3f2af76

Browse files
committed
chore(deps): renovate ignores version update for our own API
1 parent 090eae5 commit 3f2af76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
"golang"
2727
],
2828
"rangeStrategy": "bump"
29+
},
30+
{
31+
"description": "Ignore version update for our own API",
32+
"matchManagers": [
33+
"gomod"
34+
],
35+
"enabled": false,
36+
"matchPackageNames": [
37+
"github.com/openmcp-project/controller-utils/api"
38+
]
2939
}
3040
]
3141
}

0 commit comments

Comments
 (0)