From d2f132f37fdea62d6ecab90ca160f6702880d5f2 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Tue, 9 Aug 2022 03:30:38 -0700 Subject: [PATCH] build: Let dependabot suggest updates to GitHub actions (#8490) Configure Dependabot to update GitHub Actions in workflows. --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b25c1b57..c3fec11be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,12 @@ version: 2 updates: -- package-ecosystem: gomod +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + +- package-ecosystem: "gomod" directory: "/" schedule: interval: weekly