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

fix(devcontainer): do not pin digests with docker:pinDigests (#29621)

parent d62444b9
No related merge requests found
......@@ -42,6 +42,10 @@ export const presets: Record<string, Preset> = {
matchDatasources: ['docker'],
pinDigests: true,
},
{
matchManagers: ['devcontainer'],
pinDigests: false,
},
],
},
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment