ci(renovate): stop dependency updates from bumping the go directive (#2951)

This commit is contained in:
Valentin Maerten
2026-08-03 22:05:23 +02:00
committed by GitHub
parent c05bdcddf5
commit c5b977ccc1
2 changed files with 6 additions and 1 deletions

View File

@@ -50,6 +50,11 @@
"matchManagers": ["gomod"],
"matchDepTypes": ["golang"],
"enabled": false
},
{
"description": "Skip releases whose own `go` directive exceeds ours. Without this, `gomodTidy` propagates their requirement into our go.mod and breaks the older Go versions in the CI matrix.",
"matchManagers": ["gomod"],
"constraintsFiltering": "strict"
}
]
}