Skip to content

Commit

Permalink
Use Dependabot for Hoverfly version notifications (#30)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
johnboyes committed Aug 12, 2020
1 parent 667ae0c commit 66894d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot_hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
- uses: agilepathway/[email protected]
- uses: koalaman/[email protected]
- uses: golang/[email protected]
- uses: SpectoLabs/[email protected]

0 comments on commit 66894d8

Please sign in to comment.