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

fix(gitlabci): Update local include files #8810

Merged
merged 3 commits into from
Mar 13, 2021

Commits on Mar 12, 2021

  1. fix(manager/gitlabci): Update local include files

    If local files are imported from the GitLab CI YAML file, the
    dependencies will be recognized but not updated by renovate.
    Renovate needs to respect the 'include:local' imports and update the
    depedependencies in those files.
    
    `extractPackageFile` is replaced by `extractAllPackageFiles` since the
    functionality of those two functions are the same.
    
    Related to renovatebot#6745
    Fixes renovatebot#6713
    l0nax committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    a737dbb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    4d07f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811ce19 View commit details
    Browse the repository at this point in the history