Skip to content

skoobasteeve/renovate-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

29629

Reproduction for Renovate discussion 29629.

Current behavior

Renovate fails to look up Ansible Galaxy dependency DataDog.datadog, possibly due to the fact that multiple results are returned during the API call. Other Ansible Galaxy roles like geerlingguy.docker do not have this issue.

DEBUG: Failed to look up galaxy package DataDog.datadog
{
  "dependency": "DataDog.datadog"
  "packageFile": "requirements.yml"
}

DEBUG: Found no satisfying versions with 'loose' versioning
DEBUG: Found no satisfying versions with 'docker' versioning

Expected behavior

Renovate finds the role in Ansible Galaxy and opens a PR for the relevant updates. This is working correctly with geerlingguy.docker which I have configured in this repo.

DEBUG: 1 flattened updates found: geerlingguy.docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published