Skip to content

How do I override the datasource to pick up dependencies from github-tags before registry url? #30607

Discussion options

You must be logged in to vote

I found a way around this issue by

  • hostRules to disable the host nexus.prod.example.com

      "hostRules": [
        {
          "matchHost": "nexus.prod.example.com",
          "enabled": false
        }
      ]
  • customManagers to pick up the dependency (as shown above)

  • ignoreDeps to disable the dependency but this does not remove the warning in the issue dashboard

      "ignoreDeps": [
        "deploy"
      ]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nitrocode
Comment options

Answer selected by nitrocode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant