Files
nixfiles/.renovaterc.json
T
lyrathorpe d1d0052c02
CI / flake (pull_request) Successful in 1m51s
fix(renovate): fix auto-discover
2026-06-02 16:42:47 +01:00

31 lines
690 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard",
":semanticCommits"
],
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 6am on monday"]
},
"git-submodules": {
"enabled": false
},
"packageRules": [
{
"description": "Group all flake input bumps from lockFileMaintenance into one PR.",
"matchManagers": ["nix"],
"groupName": "flake inputs"
},
{
"description": "Group Gitea Actions workflow updates.",
"matchManagers": ["github-actions"],
"groupName": "gitea actions"
}
]
}