Disable updates for internal packages

to prevent infinite commit loop

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-05-01 16:40:50 +02:00
parent 0f50d56a90
commit fcacea8562
No known key found for this signature in database

View file

@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>luzifer/renovate-config"
],
"packageRules": [
{
"enabled": false,
"matchPackageNames": [
"github.com/Luzifer/ots/pkg/**"
]
}
]
}