fix(deps): update package rules for go-yaml/yaml in renovate.json (#2359)

This commit is contained in:
Jan-Otto Kröpke
2026-03-20 01:37:15 +01:00
committed by GitHub
parent 0d506f95d2
commit ca0982316a

View File

@@ -15,7 +15,8 @@
"ignorePaths": ["**/workflows/container_description.yml","**/workflows/stale.yml"],
"packageRules": [
{
"matchPackageNames": ["go-yaml/yaml"],
"matchPackageNames": ["go-yaml/yaml","yaml/go-yaml"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{