Skip to content

Commit

Permalink
chore(circleci): pin renovate cli version (#34536)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jan 18, 2022
1 parent 77e4bb0 commit f5bb0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -43,7 +43,7 @@ aliases:
validate_renovate: &validate_renovate
run:
name: Validate renovate-config
command: (node scripts/renovate-config-generator.js && (git status --porcelain renovate.json5 | grep "M renovate.json5")) && (echo "Please run \"node scripts/renovate-config-generator.js\" to update renovate.json5" && exit 1) || npx -p renovate renovate-config-validator .
command: (node scripts/renovate-config-generator.js && (git status --porcelain renovate.json5 | grep "M renovate.json5")) && (echo "Please run \"node scripts/renovate-config-generator.js\" to update renovate.json5" && exit 1) || npx -p renovate@31.28.5 renovate-config-validator .

persist_cache: &persist_cache
save_cache:
Expand Down

0 comments on commit f5bb0b6

Please sign in to comment.