Skip to content

Commit

Permalink
renovate allow major update on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bcobzh committed Jul 18, 2024
1 parent 72e1220 commit b3170c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM grafana/xk6:latest as builder
FROM grafana/xk6:0.12.1 as builder
RUN xk6 build --with github.com/grafana/xk6-redis --with github.com/grafana/xk6-output-prometheus-remote

FROM alpine:3.18 as release
Expand Down
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"enabled": true,
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
]
}
]
}

0 comments on commit b3170c4

Please sign in to comment.