Skip to content

Commit

Permalink
renovate: fix for config change 70ad4e7
Browse files Browse the repository at this point in the history
Fix for 70ad4e7 ("renovate: disable digest update on Dockerfiles"),
for some reason datasources works while managers doesn't.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Jan 9, 2025
1 parent 4807f74 commit 7a5c6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,9 @@
// Disable digest updates on Docker images except for the base image of
// our build that needs to have all deps updated
"enabled": false,
"matchManagers": ["dockerfile"],
"matchDatasources": ["docker"],
"matchUpdateTypes": ["digest"],
"matchPackageNames": ["!docker.io/library/alpine"]
"matchPackageNames": ["!docker.io/library/alpine"],
},
],
// Those regexes manage version strings in variousfiles, similar to the
Expand Down

0 comments on commit 7a5c6c0

Please sign in to comment.