From: Trenton Holmes Date: Sun, 13 Mar 2022 01:17:13 +0000 (-0800) Subject: Enables dependabot for Github Action versions X-Git-Tag: beta-1.6.1~104^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F297%2Fhead;p=thirdparty%2Fpaperless-ngx.git Enables dependabot for Github Action versions --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38764f3eb0..271717886a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"