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: 39.264.0
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40.0.0
Choose a head ref
  • 7 commits
  • 23 files changed
  • 3 contributors

Commits on Apr 30, 2025

  1. chore(deps): update python:3.13 docker digest to 19c3e96 (main) (#35636)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    85865a9 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency esbuild to v0.25.3 (main) (#35637)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    24bf3eb View commit details
    Browse the repository at this point in the history
  3. feat!: require node v22.13 (#34524)

    Update Renovate's engines requirements to require minimum Node v22.13 in order to support ESM-only imports of Renovate's own dependencies.
    
    BREAKING CHANGE: Node v20 is no longer supported, Node v22.13 is the minimum required
    viceice authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    bccd9d2 View commit details
    Browse the repository at this point in the history
  4. feat(datasource/maven)!: use latest and release values as tags (#35515)

    Adds support for `latest` and `release` tags in Maven datasource. This means that Renovate will no longer upgrade past the `latest` version in Maven unless `respectLatest` is explicitly configured to `false`.
    
    BREAKING CHANGE: Renovate will now enforce `latest` version for Maven upgrades
    rarkins authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    70fb884 View commit details
    Browse the repository at this point in the history
  5. feat(autodiscoverFilter)!: support combined negative matches (#34707)

    Rewrites `autodiscoverFilter` logic to use Renovate's "Glob or RegEx" syntax, allowing for negative matches to be combined.
    
    BREAKING CHANGE: Syntax for autodiscoverFilter has been changed to allow for Glob, Regex, and negative matches.
    rarkins authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    a77a429 View commit details
    Browse the repository at this point in the history
  6. feat(config)!: create new Config Warning issues each time (#35565)

    Changes default value for `configWarningReuseIssue` to `true`.
    
    BREAKING CHANGE: Config Warning issues will be created fresh/new each time if no existing open warning was found, instead of reopening/reusing old warning issues.
    rarkins authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    cceaf9f View commit details
    Browse the repository at this point in the history
  7. feat(config)!: validate allowedCommands against post-compiled commands (

    #35564)
    
    Drops `allowCommandTemplating` so that templating is always allowed. Changes validation logic so that `allowedCommands` are now compared to the post-compiled command instead of pre-compiled.
    
    BREAKING CHANGE: `allowedCommands` filters need to be updated to match against the post-compiled `postUpgradeCommands` in cases where templating was in use.
    rarkins authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    319de90 View commit details
    Browse the repository at this point in the history
Loading