From 702b39a8d65502466d2ff08f06fbd1a1b03917fc Mon Sep 17 00:00:00 2001 From: Aterfax Date: Mon, 25 Mar 2024 02:00:16 +0000 Subject: [PATCH] Add GHA update checks. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc6f915..85a73f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/docker" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file