Skip to content

Commit

Permalink
chore(renovate): use config:recommended
Browse files Browse the repository at this point in the history
`config:base` has been deprecated and replaced by `config:recommended`
(https://docs.renovatebot.com/presets-config/#configrecommended).

Found by running `npx -p renovate@37.330.0 renovate-config-validator --strict`.
  • Loading branch information
mkniewallner committed May 1, 2024
1 parent e48148f commit ad16297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// https://docs.renovatebot.com/configuration-options/#extends
extends: [
// https://docs.renovatebot.com/presets-config/#configbase
"config:base",
"config:recommended",

// https://docs.renovatebot.com/presets-default/#automergepatch
":automergePatch",
Expand Down

0 comments on commit ad16297

Please sign in to comment.