This is the default Renovate config for Jolt Design repos. They mostly make Renovate's commits and issues look more like Dependabot's.
Use the following to get the whole thing:
{
"extends": ["github>Jolt-Design/Renovate-Config"]
}or you can enable individual features with the sub files, e.g.L
{
"extends": [
"github>Jolt-Design/Renovate-Config:labels",
"github>Jolt-Design/Renovate-Config:separate-branches",
"github>Jolt-Design/Renovate-Config:weekly-lockfiles"
]
}An overview of the purpose of the config files.
Add extra info to commit messages, such as the directory being updated and the version being updated from.
This is the default config, pulled in if you extend the whole repo rather than an individual file.
This is a simpler preset with the more Jolt-specific or opinionated options removed. The default preset extends this.
Default ignore paths. This possibly doesn't actually work!
Add category labels to PRs a la Dependabot, as well as labelling vulnerability fix PRs.
Localise Renovate for Jolt, e.g. time zones, etc.
Additional rules for individual package groups
Makes separate PRs for each package file, so e.g. a Biome update in src/ makes a separate PR to one in functions/ rather than being grouped together.
Enables weekly lockfile maintenance commits.