From 4829baa826d75e17f21f12d522ad1e96d0d9bec2 Mon Sep 17 00:00:00 2001 From: AL Berez Date: Mon, 8 Jul 2024 11:09:16 -0700 Subject: [PATCH] Configure dependabot to to suggest updates for the go version --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0d27455124..b7e5336123b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,25 @@ version: 2 updates: +- package-ecosystem: go + directory: "/" + schedule: + interval: daily + time: '11:00' + open-pull-requests-limit: 2 +- package-ecosystem: go + directory: "/" + target-branch: "v8" + schedule: + interval: daily + time: '11:00' + open-pull-requests-limit: 2 +- package-ecosystem: go + directory: "/" + target-branch: "v7" + schedule: + interval: daily + time: '11:00' + open-pull-requests-limit: 2 - package-ecosystem: gomod directory: "/" schedule: