From 8b946d906b11a2d49435cc9f957b1dd768089423 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 15 Sep 2025 11:34:02 +0530 Subject: [PATCH] Have dependabot update GitHub actions as well --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b564eab6..d9a92048a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,11 @@ updates: all-go-deps: patterns: - "*" # group all non-security update PRs + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*"