Browse Source

chore: update renovate config

NateScarlet 11 months ago
parent
commit
1d5fb6465e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      renovate.json

+ 5 - 1
renovate.json

@@ -1,3 +1,7 @@
 {
-  "extends": ["config:base", ":automergeMinor"]
+  "extends": [
+    "config:best-practices",
+    ":automergeMinor",
+    ":disableDependencyDashboard"
+  ]
 }