Explorar el Código

add dependabot.yml

Yuki Takei hace 4 años
padre
commit
9dbc107300
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. 17 0
      .github/dependabot.yml

+ 17 - 0
.github/dependabot.yml

@@ -0,0 +1,17 @@
+version: 2
+updates:
+  - package-ecosystem: github-actions
+    directory: '/'
+    schedule:
+      interval: daily
+    commit-message:
+      prefix: ci
+      include: scope
+
+  - package-ecosystem: npm
+    directory: '/'
+    schedule:
+      interval: daily
+    commit-message:
+      prefix: ci
+      include: scope