Explorar o código

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

Fabian Peter Hammerle %!s(int64=2) %!d(string=hai) anos
pai
achega
a9f0f80b42
Modificáronse 1 ficheiros con 12 adicións e 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