fix: fix typo in automerge attribute

Resolves #4034

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-07-29 13:53:07 +02:00
parent 7dd74ac613
commit bebeb2afe6
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -12,7 +12,7 @@
"packageRules": [ "packageRules": [
{ {
"matchPackageNames": ["com.github.nextcloud-deps.hwsecurity"], "matchPackageNames": ["com.github.nextcloud-deps.hwsecurity"],
"autoMerge": false "automerge": false
} }
], ],
} }