Remove invalid 'allowedVersions' regex
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6076228288
commit
f0e730bfec
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchManagers": ["cargo"],
|
||||
"rangeStrategy": "bump",
|
||||
"allowedVersions": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
|
||||
"rangeStrategy": "bump"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue