Skip to content

Commit

Permalink
ci(renovate): Set renovate docker registry to docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jan 9, 2024
1 parent ba2bbf5 commit 863f74b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>nf-core/ops//.github/renovate/default.json5"],
baseBranches: ["dev"],
packageRules: [
{
matchDatasources: ["docker"],
registryUrls: ["docker.io"],
},
],
}

0 comments on commit 863f74b

Please sign in to comment.