Browse Source

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

Fabian Peter Hammerle 2 years ago
parent
commit
a9f0f80b42
1 changed files with 12 additions and 0 deletions
  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