From dbd984efec930a5a644dd7c395399fd8f8e10646 Mon Sep 17 00:00:00 2001 From: Connor Kuehl Date: Mon, 14 Oct 2024 16:39:17 -0700 Subject: [PATCH] dependabot: also upgrade GitHub Actions https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot --- .github/dependabot.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b2dfe19..9de4b78 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,4 +3,9 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" +