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

Invalid minor bump in non-main branch when only paths are allows #7670

Open
1 task done
abelsromero opened this issue Jul 31, 2023 · 0 comments
Open
1 task done

Invalid minor bump in non-main branch when only paths are allows #7670

abelsromero opened this issue Jul 31, 2023 · 0 comments
Labels
T: bug 🐞 Something isn't working

Comments

@abelsromero
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

Gradle

Package manager version

7.6

Language version

Java

Manifest location and content before the Dependabot update

It's a public repo, here are the most recent invalid PRs opened with all details:

dependabot.yml content

We configure multiple branches in the depedabot.yml from the main branch.

https://github.com/spring-cloud/spring-cloud-app-broker/blob/d9535220afc5e07af61ff5237033d42d8efb9cd1/.github/dependabot.yml#L1

Updated dependency

We see minor bumps when these should not me allowed.

    ignore:
      - dependency-name: "org.springframework.boot:*"
        update-types:
          - "version-update:semver-major"
          - "version-update:semver-minor"
      - dependency-name: "spring-cloud-starter-op

What you expected to see, versus what you actually saw

In the case of the spring-cloud/spring-cloud-app-broker#818, a 3.0.9 exists that does not get a PR, instead we get 3.1.2 bump.

Native package manager behavior

Does not apply.

Images of the diff or a link to the PR, issue, or logs

Here are the most recent invalid PRs opened:

Smallest manifest that reproduces the issue

Truth be told, we have similar policies in other repos and we've only seen a repeated error in this repo/branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant