Skip to content
Snippets Groups Projects
Unverified Commit e6e0ee97 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(presets): use regex for alpine workaround (#20337)

parent c9777bcf
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ export const presets: Record<string, Preset> = {
packageRules: [
{
allowedVersions: '<20000000',
matchCurrentVersion: '<20000000',
matchCurrentVersion: '!/^\\d{8}$/',
matchDatasources: ['docker'],
matchPackageNames: ['alpine'],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment