fix: renovate upgrade cimg/node with LTS version (#2864)

This commit is contained in:
Ken Kaizu
2022-12-23 23:18:47 +09:00
committed by GitHub
parent b3d0847ac7
commit a8fbd5cf33

View File

@@ -39,7 +39,7 @@
{
// use LTS node version for node docker image
matchDatasources: ["docker"],
matchPackageNames: ["node"],
matchPackageNames: ["node", "cimg/node"],
versioning: "node",
},
],