Files
git-pages/renovate.json
2025-10-22 01:37:45 +02:00

14 lines
252 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"group:all"
],
"abandonmentThreshold": null,
"packageRules": [
{
"matchPackageNames": ["actions/buildah-simple"],
"enabled": false
}
]
}