-
Notifications
You must be signed in to change notification settings - Fork 1
34 lines (27 loc) · 1.18 KB
/
dependabot_hack.yml
File metadata and controls
34 lines (27 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
# See ../DEPENDENCIES.md#workaround-for-other-dependencies
name: Dependabot hack
on: # yamllint disable-line rule:truthy
push:
branches:
- never-trigger-this-dependabot-hack-workflow
jobs:
dependabot_hack:
name: Ensure dependabot version checks
runs-on: ubuntu-latest
steps:
# update the version manually in these places, too:
# - the default version in `action.yml`
# - the example versions in the README (3 places)
# - the latest version in the 'test.yml'
- uses: SpectoLabs/hoverfly@v1.11.0
# update the version in `check_semver_labels.yml` manually, too
# (eventually Dependabot will do this automatically and I won't need this hack)
- uses: agilepathway/label-checker@v1.6.65
# update the version in the devcontainer `Dockerfile` manually, too
- uses: koalaman/shellcheck@v0.10.0
# update the version in `github_tag_and_release.yml` manually, too
- uses: golang/go@go1.24.1
# update the variant version in the devcontainer.json manually, too
# (see ../DEPENDENCIES.md#devcontainer-base-image-version for more info )
- uses: microsoft/vscode-dev-containers@v0.245.2