Selaa lähdekoodia

feat: add dependabot for golang dependencies (#3874)

jose-fully-ported 2 vuotta sitten
vanhempi
sitoutus
b82c333223
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      .github/dependabot.yml

+ 8 - 0
.github/dependabot.yml

@@ -0,0 +1,8 @@
+---
+version: 2
+updates:
+  - package-ecosystem: gomod
+    directory: "/"
+    schedule:
+      interval: daily
+    open-pull-requests-limit: 2