Explorar o código

Add Dependabot configuration (#25208)

* Create dependabot.yml

* Update
Levi Pesin %!s(int64=2) %!d(string=hai) anos
pai
achega
96f1696ccb
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      .github/dependabot.yml

+ 11 - 0
.github/dependabot.yml

@@ -0,0 +1,11 @@
+version: 2
+updates:
+  - package-ecosystem: "npm"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"