Disable actions/buildah-simple from renovate

This commit is contained in:
Gusted
2025-10-22 01:37:45 +02:00
parent c39e57a857
commit 9f435d6e28

View File

@@ -3,5 +3,11 @@
"extends": [
"group:all"
],
"abandonmentThreshold": null
"abandonmentThreshold": null,
"packageRules": [
{
"matchPackageNames": ["actions/buildah-simple"],
"enabled": false
}
]
}