mirror of
https://github.com/Luzifer/ots.git
synced 2026-01-20 09:06:40 -05:00
Disable updates for internal packages
to prevent infinite commit loop Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0f50d56a90
commit
fcacea8562
1 changed files with 8 additions and 0 deletions
|
|
@ -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/**"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue