Skip to content

Commit

Permalink
fixup! Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Feb 24, 2024
1 parent 69d4118 commit d4a15ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 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"
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit d4a15ec

Please sign in to comment.