Add dependabot for pip and action updates
authorXhmikosR <redacted>
Sat, 12 Mar 2022 08:16:14 +0000 (10:16 +0200)
committerXhmikosR <redacted>
Sat, 12 Mar 2022 08:16:37 +0000 (10:16 +0200)
.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..6cbe933
--- /dev/null
@@ -0,0 +1,17 @@
+version: 2
+updates:
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: weekly
+    labels:
+      - dependencies
+      - python
+    versioning-strategy: increase
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: monthly
+    labels:
+      - dependencies
+      - github_actions
git clone https://git.99rst.org/PROJECT