slurp
slurp copied to clipboard
Renovate config migration necessary
Seen here:
https://github.com/slurpcode/slurp/actions/runs/7968022596/job/21751636276?pr=2573
Error: 4-02-20 03:23:21 [ERROR] Found errors when linting RENOVATE. Exit code: 1. 2024-02-20 03:23:21 [INFO] Command output for RENOVATE:
INFO: Validating /github/workspace/renovate.json WARN: Config migration necessary "oldConfig": {"extends": ["config:base"], "assignees": ["jbampton"], "labels": ["renovate"]}, "newConfig": { "extends": ["config:recommended"], "assignees": ["jbampton"], "labels": ["renovate"] }
Iโve updated the Renovate configuration to use the latest recommended preset as suggested ("extends": ["config:recommended"] instead of "config:base"). The config now passes validation, and the Renovate lint step in CI completes without errors.
This migration aligns our setup with the current Renovate best practices and resolves the warning about outdated configuration.
Thanks for flagging this!
@ayush-0513 do you have a PR ?