renovate/docs
Rhys Arkins e3175a3557 fix(config)!: globalExtends merge order (#28145)
Previously, config from globalExtends was incorrectly merged _after_ other global config. This meant for example that packageRules in a config.js could not override packageRules from within globalExtends, because they were applied after. Now, globalExtends content will be merged first, and remaining global config merged second.

Fixes #28131

BREAKING CHANGE: order of globalExtends resolution is changed so that it is applied first and remaining global config takes precedence.
2024-07-25 15:28:16 +02:00
..
development chore: add more label-actions for bugs (#29931) 2024-07-01 09:55:56 +00:00
usage fix(config)!: globalExtends merge order (#28145) 2024-07-25 15:28:16 +02:00