Przeglądaj źródła

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

Fix typo in automerge attribute
Andy Scherzinger 11 miesięcy temu
rodzic
commit
2ad51f07d6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      renovate.json5

+ 1 - 1
renovate.json5

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