Remove invalid 'allowedVersions' regex
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Paul Campbell 2024-04-25 11:35:29 +01:00
parent 6076228288
commit f0e730bfec

View file

@ -7,8 +7,7 @@
{
"matchPackagePatterns": ["*"],
"matchManagers": ["cargo"],
"rangeStrategy": "bump",
"allowedVersions": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
"rangeStrategy": "bump"
}
]
}