mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 11:11:35 +00:00
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"group:all"
|
|
],
|
|
"abandonmentThreshold": null,
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["actions/buildah-simple"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"automerge": false,
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"automerge": false
|
|
}
|
|
}
|