]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Configure dependabot
authorStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 17:34:36 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Aug 2023 17:34:36 +0000 (18:34 +0100)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..e3e1101
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "pip"
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "weekly"