feat: renovate all the way

Because dependabot is lazy on weekends.
This commit is contained in:
Samuel Meenzen 2024-02-14 15:31:28 +01:00 committed by June
parent c98c71eb7c
commit 8e03a79d35
3 changed files with 5 additions and 24 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": [
"at any time"
"extends": [
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
@ -10,13 +10,6 @@
]
},
"nix": {
"schedule": [
"at any time"
],
"enabled": true
},
"enabledManagers": [
"github-actions",
"nix"
]
}
}
}