2026-06-02 15:29:59 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2026-06-10 14:57:21 +01:00
|
|
|
"extends": ["config:recommended", ":dependencyDashboard", ":semanticCommits"],
|
2026-06-02 15:29:59 +00:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|