Skip to content

Commit 33ba73a

Browse files
Resolve TODOs
Pin OATS to v0.3.2 and configure renovate.
1 parent ab6335b commit 33ba73a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/oats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434

3535
- name: Install OATS
3636
env:
37-
# TODO Pin to specific version and then update with renovate
38-
OATS_VERSION: latest
37+
# renovate: datasource=github-releases depName=oats packageName=grafana/oats
38+
OATS_VERSION: v0.3.2
3939
run: go install "github.com/grafana/oats@${OATS_VERSION}"
4040

4141
- name: Run acceptance tests

scripts/run-oats-tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $ErrorActionPreference = "Stop"
44
$InformationPreference = "Continue"
55
$ProgressPreference = "SilentlyContinue"
66

7-
# TODO Pin to specific version and then update with renovate
8-
${env:OATS_VERSION}="latest"
7+
# renovate: datasource=github-releases depName=oats packageName=grafana/oats
8+
${env:OATS_VERSION}="v0.3.2"
99

1010
go install "github.com/grafana/oats@${env:OATS_VERSION}"
1111
& "${env:GOPATH}/bin/oats" --timeout=5m ./docker/docker-compose-aspnetcore

scripts/run-oats-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -euo pipefail
44

5-
# TODO Pin to specific version and then update with renovate
6-
export OATS_VERSION=latest
5+
# renovate: datasource=github-releases depName=oats packageName=grafana/oats
6+
export OATS_VERSION=v0.3.2
77

88
go install "github.com/grafana/oats@${OATS_VERSION}"
99
${GOPATH}/bin/oats --timeout=5m ./docker/docker-compose-aspnetcore

0 commit comments

Comments
 (0)