From df025ada6027f807d502ed1d642ccf0fec3e68ca Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 21 Dec 2023 12:51:11 +0100 Subject: [PATCH] dependabot: Enable automatic github actions updates It should be useful to update the various actions/checkout@v4 references which change version once in a while. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d921d0ffd..b3b12a850 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,13 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: gomod + directory: "/tools" + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10