Selaa lähdekoodia

fix: fix typo in automerge attribute

Resolves #4034

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 vuosi sitten
vanhempi
commit
bebeb2afe6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      renovate.json5

+ 1 - 1
renovate.json5

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