chore: Switch from dependabot to renovate

This allows much better configuration and customization and will keep our
release branches up2date, too.
This commit is contained in:
renovate[bot]
2024-02-24 18:10:30 +01:00
committed by Wolfgang Walther
parent 79e172a65c
commit c18ccf5232
2 changed files with 16 additions and 11 deletions
-11
View File
@@ -1,11 +0,0 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /.github/actions/setup-nix
schedule:
interval: weekly
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"baseBranches": [
"main",
"/^v[0-9]+/"
],
"packageRules": [
{
"matchBaseBranches": [ "/^v[0-9]+/" ],
"groupName": "all dependencies"
}
]
}