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

feat(config): change onboardingNoDeps from boolean to enum #28133

Merged
merged 15 commits into from
Apr 14, 2024

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    f0a1693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d0813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f6431 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix(config): globalExtends merge default (renovatebot#28145)

    Previously, config from globalExtends was incorrectly merged _after_ other global config. This meant for example that packageRules in a config.js could not override packageRules from within globalExtends, because they were applied after. Now, globalExtends content will be merged first, and remaining global config merged second.
    
    Fixes renovatebot#28131
    
    BREAKING CHANGE: order of globalExtends resolution is changed so that it is applied first and remaining global config takes precedence.
    rarkins committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d9ba74d View commit details
    Browse the repository at this point in the history
  2. Update docs/usage/self-hosted-configuration.md

    Co-authored-by: Rhys Arkins <rhys@arkins.net>
    RahulGautamSingh and rarkins authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a8cfb50 View commit details
    Browse the repository at this point in the history
  3. update docs

    RahulGautamSingh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a4e8452 View commit details
    Browse the repository at this point in the history
  4. add migration code

    RahulGautamSingh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    475b650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c048308 View commit details
    Browse the repository at this point in the history
  6. Revert "add migration code"

    This reverts commit 475b650.
    RahulGautamSingh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    13c75d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59321b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8f2a99 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. fix(config): globalExtends merge default (renovatebot#28145)

    Previously, config from globalExtends was incorrectly merged _after_ other global config. This meant for example that packageRules in a config.js could not override packageRules from within globalExtends, because they were applied after. Now, globalExtends content will be merged first, and remaining global config merged second.
    
    Fixes renovatebot#28131
    
    BREAKING CHANGE: order of globalExtends resolution is changed so that it is applied first and remaining global config takes precedence.
    rarkins committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    fb013c9 View commit details
    Browse the repository at this point in the history
  2. feat(manager/pep621): allow auto grouping of dependencies in differen…

    …t groups (renovatebot#28193)
    
    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    2 people authored and rarkins committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    2da2fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d032a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    d01b8fe View commit details
    Browse the repository at this point in the history