Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versions in DataDog/integrations-core are not found by Renovate github-tags datasource #26

Open
at-wat opened this issue Jan 13, 2021 · 2 comments

Comments

@at-wat
Copy link
Member

at-wat commented Jan 13, 2021

{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"ARG DATADOG_INTEGRATIONS_CORE_VERSION=(?<currentValue>.*)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "DataDog/integrations-core",
"versioningTemplate": "semver"
}

Versions in DataDog/datadog-agent are found, but DataDog/integrations-core are not.
Renovate log:

DEBUG: Found no results from datasource that look like a version (DataDog/integrations-core)(dependency="DataDog/integrations-core")
{
  "result": {
    "sourceUrl": "https://github.com/DataDog/integrations-core",
    "releases": []
  }
}

integrations-core actually has tags in the same format as datadog-agent.
https://github.com/DataDog/integrations-core/tags
https://github.com/DataDog/datadog-agent/tags

@at-wat
Copy link
Member Author

at-wat commented Jan 13, 2021

The behavior is not changed by swapping the order of regexManagers.

@at-wat
Copy link
Member Author

at-wat commented Jan 13, 2021

It seems like a bug in renovate bot. It can be worked around by using git-tags datasource instead of github-tags.

@at-wat at-wat changed the title Versions in DataDog/integrations-core are not found Versions in DataDog/integrations-core are not found by Renovate github-tags datasource Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant