slurp icon indicating copy to clipboard operation
slurp copied to clipboard

Renovate config migration necessary

Open jbampton opened this issue 1 year ago โ€ข 2 comments

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"] }

jbampton avatar Feb 20 '24 03:02 jbampton

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 avatar Oct 04 '25 18:10 ayush-0513

@ayush-0513 do you have a PR ?

jbampton avatar Oct 04 '25 19:10 jbampton