소스 검색

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

Fix typo in automerge attribute
Andy Scherzinger 11 달 전
부모
커밋
2ad51f07d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      renovate.json5

+ 1 - 1
renovate.json5

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