21 lines
No EOL
614 B
JSON
21 lines
No EOL
614 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>truxnell/renovate-config",
|
|
"github>truxnell/renovate-config:automerge-github-actions",
|
|
],
|
|
"platform": "github",
|
|
"username": "trux-bot[bot]",
|
|
"gitAuthor": "Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com>",
|
|
"repositories": ["truxnell/nix-config"],
|
|
"ignoreTests": false,
|
|
|
|
// TODO remove once out of beta?
|
|
// https://docs.renovatebot.com/modules/manager/nix/
|
|
"nix": {
|
|
"enabled": true
|
|
},
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
} |