Files
git-pages/renovate.json
Catherine 2267ab929c Update go-toml to v2.3.0 and freeze it.
The upstream added AGENTS.md and removed all unsafe code in the same
release. I've manually reviewed the entire v2.2.4..v2.3.0 diff and
found no issues except for one potential problem with
`go-toml/errors.subsliceOffset` that would only appear with a moving
GC. This seems like a strict improvement but we don't want any more
updates.
2026-03-28 00:35:01 +00:00

25 lines
576 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"group:all"
],
"abandonmentThreshold": null,
"packageRules": [
{
"matchPackageNames": ["actions/buildah-simple"],
"enabled": false
},
{
"matchPackageNames": ["github.com/pelletier/go-toml/v2"],
"enabled": false // added AGENTS.md; v2.3.0 has been manually reviewed
}
],
"automerge": false,
"lockFileMaintenance": {
"enabled": true,
"automerge": false
},
"semanticCommits": "disabled",
"commitMessagePrefix": "[Renovate]"
}