Browse Source

dependabot.yml: check for package updates monthly (#8975)

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
John Losito 1 year ago
parent
commit
982c13d862
1 changed files with 18 additions and 0 deletions
  1. 18 0
      .github/dependabot.yml

+ 18 - 0
.github/dependabot.yml

@@ -0,0 +1,18 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+  - package-ecosystem: "npm"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+  - package-ecosystem: "pip"
+    directory: "/scripts/pdf"
+    schedule:
+      interval: "monthly"