From: Stephen Finucane Date: Wed, 23 Oct 2024 17:22:31 +0000 (+0100) Subject: dependabot: Manage GitHub Action workflows also X-Git-Tag: v3.2.0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8856bbb9567f81f71f692d76cefd3f8559213d8;p=thirdparty%2Fpatchwork.git dependabot: Manage GitHub Action workflows also Signed-off-by: Stephen Finucane --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df0e4c6c..d1d60e3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"