Automerge oauth2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-06-24 15:59:14 +02:00
parent 5e4a332a16
commit 66688539f9

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"
}