Explorar el Código

configure dependabot to keep Pipfile.lock and github actions up-to-date

Fabian Peter Hammerle hace 2 años
padre
commit
a9f0f80b42
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      .github/dependabot.yml

+ 12 - 0
.github/dependabot.yml

@@ -0,0 +1,12 @@
+version: 2
+
+updates:
+- package-ecosystem: pip
+  directory: /
+  versioning-strategy: lockfile-only
+  schedule:
+    interval: weekly
+- package-ecosystem: github-actions
+  directory: /
+  schedule:
+    interval: weekly