Skip to content

Commit

Permalink
docs: fix regex example syntax highlighting (#28493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen committed Apr 18, 2024
1 parent a9e0c64 commit 3392179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/modules/manager/custom/regex/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Instead you enhance your `Dockerfile` like this:
```Dockerfile
ARG IMAGE=node:12@sha256:6e5264cd4cfaefd7174b2bc10c7f9a1c2b99d98d127fc57a802d264da9fb43bd
FROM ${IMAGE}
# renovate: datasource=github-tags depName=nodejs/node versioning=node
# renovate: datasource=github-tags depName=nodejs/node versioning=node
ENV NODE_VERSION=10.19.0
# renovate: datasource=github-releases depName=composer/composer
# renovate: datasource=github-releases depName=composer/composer
ENV COMPOSER_VERSION=1.9.3
# renovate: datasource=docker depName=docker versioning=docker
ENV DOCKER_VERSION=19.03.1
Expand Down

0 comments on commit 3392179

Please sign in to comment.