headscale/.github/renovate.json

8 lines
208 B
JSON
Raw Normal View History

2022-02-14 21:58:01 +00:00
{
"extends": ["config:base"]",
"baseBranches": ["main"],
"branchPrefix": "renovateaction",
"extends": ["config:base", ":rebaseStalePrs"],
"enabledManagers": ["dockerfile", "go", "github-actions"]
}