chore(renovate): move renovate file into place and customize for repo

This commit is contained in:
Tommy 2024-11-27 18:13:49 +01:00
parent cc4423b604
commit 3c94e2d45f
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

39
renovate.json5 Normal file
View file

@ -0,0 +1,39 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchManagers": ["nix"],
"matchPaths": ["**/flake.nix", "**/default.nix"],
"enabled": true
},
{
"matchManagers": ["gomod"],
"matchPaths": ["**/go.mod"],
"enabled": true,
"additionalBranchPrefix": "gomod-",
"schedule": ["at any time"]
},
{
"matchManagers": ["github-actions"],
"enabled": true
},
{
"matchManagers": ["dockerfile"],
"matchPaths": ["**/Dockerfile"],
"enabled": true
},
{
"matchManagers": ["json"],
"matchPaths": ["**/*.json", "**/*.json5"],
"enabled": true
}
],
"timezone": "UTC",
"schedule": ["before 6am on Monday"],
"dependencyDashboard": true,
"labels": ["dependencies"],
"branchConcurrentLimit": 5,
"prConcurrentLimit": 5
}