Configure renovate for apk, gem, cargo, pip and npm dependencies #9685
Annotations
1 error and 1 warning
Build Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c npm --no-cache install --ignore-scripts --omit=dev eslint@${NPM_ESLINT_VERSION} eslint-config-airbnb@${NPM_ESLINT_CONFIG_AIRBNB_VERSION} eslint-config-prettier@${NPM_ESLINT_CONFIG_PRETTIER_VERSION} eslint-config-standard@${NPM_ESLINT_CONFIG_STANDARD_VERSION} eslint-plugin-import@${NPM_ESLINT_PLUGIN_IMPORT_VERSION} eslint-plugin-jest@${NPM_ESLINT_PLUGIN_JEST_VERSION} eslint-plugin-node@${NPM_ESLINT_PLUGIN_NODE_VERSION} eslint-plugin-prettier@${NPM_ESLINT_PLUGIN_PRETTIER_VERSION} eslint-plugin-promise@${NPM_ESLINT_PLUGIN_PROMISE_VERSION} eslint-plugin-vue@${NPM_ESLINT_PLUGIN_VUE_VERSION} @babel/core@${NPM_BABEL_CORE_VERSION} @babel/eslint-parser@${NPM_BABEL_ESLINT_PARSER_VERSION} @microsoft/eslint-formatter-sarif@${NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION} && echo \"Cleaning npm cache…\" && (npm cache clean --force || true) && echo \"Changing owner of node_modules files…\" && chown -R \"$(id -u)\":\"$(id -g)\" node_modules # fix for https://github.com/npm/cli/issues/5900 && echo \"Removing extra node_module files…\" && find . \\( -not -path \"/proc\" \\) -and \\( -type f \\( -iname \"*.d.ts\" -o -iname \"*.map\" -o -iname \"*.npmignore\" -o -iname \"*.travis.yml\" -o -iname \"CHANGELOG.md\" -o -iname \"README.md\" -o -iname \".package-lock.json\" -o -iname \"package-lock.json\" \\) -o -type d -name /root/.npm/_cacache \\) -delete" did not complete successfully: exit code: 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading