From 66894d85b6f82915b16e9221151ba673b4615467 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Wed, 12 Aug 2020 08:30:05 +0700 Subject: [PATCH] Use Dependabot for Hoverfly version notifications (#30) Dependabot will create a PR whenever there is a new version of Hoverfly released. We will then amend the PR by manually updating to the new version in the various places in the code where it is used. We could in theory automate this by, for instance, having a GitHub Action that does it, triggered by the Dependabot PR, but let's start simple - it could well be overkill to do this. Especially as Dependabot itself may provide a solution to this one day. --- .github/workflows/dependabot_hack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index 4e14e0b..f6fb695 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -14,3 +14,4 @@ jobs: - uses: agilepathway/label-checker@v1.0.8 - uses: koalaman/shellcheck@v0.7.0 - uses: golang/go@go1.14.6 + - uses: SpectoLabs/hoverfly@v1.2.0