Skip to content

Commit

Permalink
CI(Docker): Configure renovate updates for PDAL in Dockerfiles (#3810)
Browse files Browse the repository at this point in the history
* CI(renovate): Enable dockerfile version comment upgrades
* CI(docker): Configure Renovate updates for PDAL in Dockerfiles
  • Loading branch information
echoix authored and neteler committed Jun 16, 2024
1 parent 0025bf8 commit ffffab9
Showing 1 changed file with 4 additions and 0 deletions.
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 ffffab9

Please sign in to comment.