From 41d93bed0d4fd780c8df1ec535d8e76b0b82d9cb Mon Sep 17 00:00:00 2001 From: Ilya Brin <464157+ilyabrin@users.noreply.github.com> Date: Sat, 8 Jul 2023 16:32:54 +0300 Subject: [PATCH] Update dependabot.yml Check for updates to GitHub Actions every week --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab2c4e2..3e443a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" # Location of go.mod schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"