diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8ac8f24..42ce4a7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -66,7 +66,7 @@ matchPackageNames: [ '/alpine/', '/alpine.*?/docker/', - '/docker/docker/', + 'moby/moby', ], }, { @@ -75,7 +75,7 @@ 'os/ubuntu-20.04/Earthfile', ], matchPackageNames: [ - 'docker/docker', + 'moby/moby', ], allowedVersions: '28.1.1', }, @@ -132,7 +132,7 @@ }, { matchPackageNames: [ - 'docker/docker', + 'moby/moby', ], matchDatasources: [ 'github-releases',