fix: conf
This commit is contained in:
parent
54090c5602
commit
fea4243875
1 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,6 @@
|
||||||
{
|
{
|
||||||
"matchManagers": ["cargo", "npm"],
|
"matchManagers": ["cargo", "npm"],
|
||||||
"matchUpdateTypes": ["minor"],
|
"matchUpdateTypes": ["minor"],
|
||||||
"matchCurrentVersion": "!/^0/",
|
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -39,7 +38,7 @@
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackageNames": ["docker.nyyu.dev/nyyu/nexus"],
|
"matchPackageNames": ["docker.nyyu.dev/nyyu/nexus"],
|
||||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>[\\d-]+|)?$"
|
"versioning": "loose"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue