feat: add renovate
This commit is contained in:
parent
75752792ad
commit
2110750d7b
1 changed files with 24 additions and 0 deletions
24
.github/renovate.json
vendored
Normal file
24
.github/renovate.json
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"github>truxnell/renovate-config",
|
||||
"github>truxnell/renovate-config:automerge-github-actions",
|
||||
"github>aquaproj/aqua-renovate-config#2.2.0",
|
||||
"github>aquaproj/aqua-renovate-config:installer-script#2.2.0(install-aqua\\.sh)",
|
||||
"github>aquaproj/aqua-renovate-config:file#2.2.0(^aqua/.*\\.ya?ml$)"
|
||||
],
|
||||
"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
|
||||
},
|
||||
}
|
Reference in a new issue