Эх сурвалжийг харах

Configure Renovate (#71)

* chore(deps): add renovate.json

* manage cargo as well

* force cargo as enabled
renovate[bot] 5 жил өмнө
parent
commit
29ce255568
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  1. 9 0
      renovate.json

+ 9 - 0
renovate.json

@@ -0,0 +1,9 @@
+{
+  "extends": [
+    "config:base"
+  ],
+  "enabledManagers": ["cargo", "npm"],
+  "cargo": {
+    "enabled": true
+  }
+}