Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 942 Bytes

File metadata and controls

18 lines (10 loc) · 942 Bytes

26151

Reproduction for Renovate issue 26151

Current behavior

Renovate creates PRs for Jenkins plugins that do not match the version constraints. It seems to be pulling the latest version regardless of what constraints have been set. For example, the dark-theme plugin requires Jenkins version 2.453. image

However, when setting a constraint of <=2.452 in renovate.json, it still creates a PR for the latest version of the dark-theme plugin.

Expected behavior

Renovate shouldn't be creating PRs for Jenkins plugins that have a "requiredCore" value that doesn't match the constraint.

Link to the Renovate issue or Discussion

renovatebot/renovate#26151 (reply in thread)