1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00

disabled headscale updates

This commit is contained in:
Nebel 2024-02-17 12:26:38 +09:00 committed by GitHub
parent b9b82dde35
commit 4c0934014b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,5 +6,12 @@
":skipStatusChecks",
"docker:enableMajor",
"docker:pinDigests"
],
"packageRules": [
{
"matchPackagePatterns": ["headscale"],
"matchManagers": ["docker-compose"],
"enabled": false
}
]
}