Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/renovate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 42.89.4
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42.90.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 22, 2026

  1. chore(types): add missing ambient module setup (#40546)

    As it was missed from committing in
    2a8c345.
    jamietanna authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    f20f74f View commit details
    Browse the repository at this point in the history
  2. feat(renovate-config-validator): detect global environment options (#…

    …40534)
    
    feat(renovate-config-validator): automagically detect global configuration
    
    A long-standing issue with `renovate-config-validator` has been that
    setting global configuration options such as `RENOVATE_ALLOWED_ENV` or
    `RENOVATE_ALLOWED_COMMANDS` has no effect.
    
    To make it possible to validate alongside the `config.js` (or other
    self-hosted global configuration) as well as setting environment
    variables while performing validation, we can ensure that we partially
    initialise the `GlobalConfig`.
    
    We can also make sure that this is documented as part of this change.
    
    Functionality such as authenticating to the platform to retrieve remote
    presets will be done at a future point.
    jamietanna authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    239b94f View commit details
    Browse the repository at this point in the history
Loading