{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"security:only-security-updates"
],
"packageRules": [
{
"description": "Always update these to latest, all update types. Overrides the wildcard enabled:false from security:only-security-updates.",
"matchPackageNames": [
"pprof-pyroscope-fork",
"jemalloc_pprof",
"framehop"
],
"enabled": true
}
]
}