mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 11:11:35 +00:00
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.
25 lines
576 B
JSON
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]"
|
|
}
|