Skip to content

Commit

Permalink
chore: Switch from dependabot to renovate
Browse files Browse the repository at this point in the history
This allows much better configuration and customization and will keep our
release branches up2date, too.
  • Loading branch information
renovate[bot] authored and wolfgangwalther committed Feb 24, 2024
1 parent 79e172a commit c18ccf5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit c18ccf5

Please sign in to comment.