Skip to content

Commit 66894d8

Browse files
authored
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.
1 parent 667ae0c commit 66894d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot_hack.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ jobs:
1414
- uses: agilepathway/[email protected]
1515
- uses: koalaman/[email protected]
1616
- uses: golang/[email protected]
17+
- uses: SpectoLabs/[email protected]

0 commit comments

Comments
 (0)