Explorar o código

Merge pull request #4035 from nextcloud/fix/4034/renovate

Fix typo in automerge attribute
Andy Scherzinger hai 11 meses
pai
achega
2ad51f07d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      renovate.json5

+ 1 - 1
renovate.json5

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