1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-17 23:55:02 +00:00

use config:best-practices

This commit is contained in:
Nebel 2024-08-04 23:08:12 +09:00
parent d99b955e14
commit d37ab6f893
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -1,17 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:best-practices",
":automergeAll",
":automergeBranch",
":skipStatusChecks",
"docker:enableMajor",
"docker:pinDigests"
],
"packageRules": [
{
"matchPackagePatterns": ["headscale"],
"matchManagers": ["docker-compose"],
"enabled": false
}
":skipStatusChecks"
]
}