Skip to content
Snippets Groups Projects
Unverified Commit 01e01a3a authored by RahulGautamSingh's avatar RahulGautamSingh Committed by GitHub
Browse files

feat(presets/workaround): ubuntuDockerVersioning (#33714)

parent f107b13f
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ export const presets: Record<string, Preset> = { ...@@ -24,6 +24,7 @@ export const presets: Record<string, Preset> = {
'workarounds:k3sKubernetesVersioning', 'workarounds:k3sKubernetesVersioning',
'workarounds:rke2KubernetesVersioning', 'workarounds:rke2KubernetesVersioning',
'workarounds:libericaJdkDockerVersioning', 'workarounds:libericaJdkDockerVersioning',
'workarounds:ubuntuDockerVersioning',
], ],
ignoreDeps: [], // Hack to improve onboarding PR description ignoreDeps: [], // Hack to improve onboarding PR description
}, },
...@@ -292,4 +293,14 @@ export const presets: Record<string, Preset> = { ...@@ -292,4 +293,14 @@ export const presets: Record<string, Preset> = {
}, },
], ],
}, },
ubuntuDockerVersioning: {
description: 'Use ubuntu versioning for `ubuntu` docker images.',
packageRules: [
{
matchDatasources: ['docker'],
matchDepNames: ['ubuntu'],
versioning: 'ubuntu',
},
],
},
}; };
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