ba5bdd01fb
* fix: move to json5 * feat: probot repo settings sync --------- Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
19 lines
No EOL
517 B
Text
19 lines
No EOL
517 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>truxnell/renovate-config",
|
|
"github>truxnell/renovate-config:automerge-github-actions",
|
|
],
|
|
|
|
"gitAuthor": "Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com>",
|
|
"ignoreTests": "false",
|
|
|
|
// TODO remove once out of beta?
|
|
// https://docs.renovatebot.com/modules/manager/nix/
|
|
"nix": {
|
|
"enabled": "true"
|
|
},
|
|
"lockFileMaintenance": {
|
|
"enabled": "true"
|
|
},
|
|
} |