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.json

24 lines
829 B
JSON
Raw Normal View History

2024-03-26 06:36:56 -05:00
{
"$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
},
}