Automerge oauth2

This commit is contained in:
nemunaire 2022-06-24 15:59:14 +02:00
parent 3c47212e78
commit 66b1c0f8ff
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": ["alpine"],
"matchPackageNames": ["alpine", "golang.org/x/oauth2"],
"automerge": true,
"automergeType": "branch"
}