Browse Source

fix: fix typo in automerge attribute

Resolves #4034

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 11 months ago
parent
commit
bebeb2afe6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      renovate.json5

+ 1 - 1
renovate.json5

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