fix(deps): update renovate.json to match major update types for go-yaml (#2364)

This commit is contained in:
Jan-Otto Kröpke
2026-03-20 01:52:07 +01:00
committed by GitHub
parent f376d426de
commit 43a413a2bb
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,6 @@ on:
release: release:
types: types:
- published - published
- edited
permissions: permissions:
contents: write contents: write

View File

@@ -16,6 +16,7 @@
"packageRules": [ "packageRules": [
{ {
"matchPackageNames": ["https://github.com/yaml/go-yaml"], "matchPackageNames": ["https://github.com/yaml/go-yaml"],
"matchUpdateTypes": ["major"],
"enabled": false "enabled": false
}, },
{ {