mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-12 23:51:55 +00:00
.. | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
schema.ts |
Renovate supports updating Shareable Config Presets for Renovate configuration.
The preset versions are only updated if the version is already pinned.
For example, github>user/renovate-config#1.2.3
will be updated to github>user/renovate-config#1.2.4
if the 1.2.4
version is available, but github>user/renovate-config
will not be pinned.
{
"extends": [
"github>user/renovate-config#1.2.3",
"github>user/renovate-config:group"
]
}
Unsupported Config
- Local presets
- HTTP URLs presets
package.json
file config (deprecated)npm
hosted presets (deprecated)extends
inside sub objects, likepackageRules