fix: conf

This commit is contained in:
nyyu 2025-01-28 20:38:22 +01:00
parent 54090c5602
commit fea4243875

View file

@ -27,7 +27,6 @@
{
"matchManagers": ["cargo", "npm"],
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
"enabled": false
},
{
@ -39,7 +38,7 @@
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.nyyu.dev/nyyu/nexus"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>[\\d-]+|)?$"
"versioning": "loose"
}
],
"customManagers": [
@ -68,4 +67,4 @@
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
}
}