enable platformAutomerge and backdate one dependency to check if it works
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-10-23 16:46:43 +02:00
parent d2589333f6
commit e369a8ad6e
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 23 additions and 28 deletions

View file

@ -4,7 +4,8 @@
{
"matchPackagePatterns": ["*"],
"automerge": true,
"automergeType": "branch"
"automergeType": "pr",
"platformAutomerge": true
}
]
}