From fe1e4007ebdbb796589d7705e92ba02682a235be Mon Sep 17 00:00:00 2001 From: Nicholas Wiersma Date: Tue, 14 Mar 2023 07:00:01 +0200 Subject: [PATCH] chore: keep github actions up-to-date (#1835) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 57629ffbc..caea2801d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +--- version: 2 updates: - package-ecosystem: gomod @@ -9,3 +10,12 @@ updates: include: scope open-pull-requests-limit: 2 target-branch: main + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + commit-message: + prefix: update-github-action + include: scope + open-pull-requests-limit: 2 + target-branch: main