github/workflows: init renovatebot

This commit is contained in:
ohdearaugustin 2022-02-14 22:58:01 +01:00
parent 7d5e6d3f0f
commit 3db88d27de
2 changed files with 33 additions and 0 deletions

7
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"extends": ["config:base"]",
"baseBranches": ["main"],
"branchPrefix": "renovateaction",
"extends": ["config:base", ":rebaseStalePrs"],
"enabledManagers": ["dockerfile", "go", "github-actions"]
}