This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/.github/renovate.json5
Truxnell d90cff296a fix: move to json5 (#25)
Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
2024-03-26 21:32:51 +00:00

21 lines
No EOL
620 B
Text

{
"$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"
},
}