Sfoglia il codice sorgente

chore(lint): Add eslint to renovate bot's denylist. (#28356)

Don McCurdy 1 anno fa
parent
commit
067d385bed
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      .github/renovate.json

+ 6 - 0
.github/renovate.json

@@ -12,6 +12,12 @@
       "matchUpdateTypes": ["patch", "minor", "pin", "digest"],
       "groupName": "devDependencies (non-major)",
       "automerge": true
+    },
+    {
+      "description": "ESLint v9 requires flat configs, not yet supported by our plugins. See https://github.com/mrdoob/three.js/pull/28354#issuecomment-2106528332",
+      "matchPackageNames": ["eslint"],
+      "matchUpdateTypes": ["major"],
+      "enabled": false
     }
   ]
 }