]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Enables dependabot for Github Action versions 297/head
authorTrenton Holmes <trenton.holmes@psware.com>
Sun, 13 Mar 2022 01:17:13 +0000 (17:17 -0800)
committerTrenton Holmes <trenton.holmes@psware.com>
Sun, 13 Mar 2022 02:03:39 +0000 (18:03 -0800)
.github/dependabot.yml

index 38764f3eb09fcff69b89dd659c862564113a2777..271717886a1d4b4dccfb8642c580d5e9923bfbd2 100644 (file)
@@ -26,3 +26,13 @@ updates:
     labels:
       - "backend"
       - "dependencies"
+
+  # Enable updates for Github Actions
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      # Check for updates to GitHub Actions every month
+      interval: "monthly"
+    labels:
+      - "ci-cd"
+      - "dependencies"