Skip to content

Commit

Permalink
CI(Docker): Configure renovate updates for PDAL in Dockerfiles (OSGeo…
Browse files Browse the repository at this point in the history
…#3810)

* CI(renovate): Enable dockerfile version comment upgrades
* CI(docker): Configure Renovate updates for PDAL in Dockerfiles
  • Loading branch information
echoix authored Jun 15, 2024
1 parent a5cc612 commit 477e503
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive

# define versions to be used (PDAL is not available on Debian, so we compile it here)
# https://github.com/PDAL/PDAL/releases
# renovate: datasource=github-tags depName=PDAL/PDAL
ARG PDAL_VERSION=2.5.5

SHELL ["/bin/bash", "-c"]
Expand Down
1 change: 1 addition & 0 deletions docker/ubuntu_wxgui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive

# define versions to be used (PDAL is not available on Ubuntu/Debian, so we compile it here)
# https://github.com/PDAL/PDAL/releases
# renovate: datasource=github-tags depName=PDAL/PDAL
ARG PDAL_VERSION=2.4.3

SHELL ["/bin/bash", "-c"]
Expand Down
4 changes: 4 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
// "# renovate: " to update _VERSION
// environment variables in GitHub Action files.
"customManagers:githubActionsVersions",
// allows to use comments starting with
// "# renovate: " to update _VERSION
// ENV or ARG in a Dockerfile.
"customManagers:dockerfileVersions",

// when a dependency is really out of date, this will prevent to skip directly to the latest version.
":separateMultipleMajorReleases",
Expand Down

0 comments on commit 477e503

Please sign in to comment.