-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Dependabot ignores maven exclusions #9432
Comments
We have the same issue with JavaScript dependencies in some of our repositories. Unfortunately they are private repositories, so I can't give a lot of details to reproduce this issue. |
Next round of MRs behaved the same:
|
It seems that dependabot is aware of the ignore condition, but did not apply it: quarkiverse/quarkus-artemis#481 (comment) |
I dug through the logs of dependabot. The logs say that " |
For anyone having the issue: we were able to work around this with this MR: quarkiverse/quarkus-artemis#484. The important part is that we ignore |
Is there an existing issue for this?
Package ecosystem
maven
Package manager version
maven 3.8.7
Language version
Java 17
Manifest location and content before the Dependabot update
https://github.com/quarkiverse/quarkus-artemis/blob/main/pom.xml
https://github.com/quarkiverse/quarkus-artemis/blob/main/build-parent/pom.xml
https://github.com/quarkiverse/quarkus-artemis/blob/main/integration-tests/camel-jms/pom.xml
dependabot.yml content
https://github.com/quarkiverse/quarkus-artemis/blob/main/.github/dependabot.yml
Lines of relevance:
Updated dependency
io.quarkus:quarkus-bom
:2.16.12
to3.9.2
: Bump quarkus.version from 2.16.12.Final to 3.9.2 quarkiverse/quarkus-artemis#4703.2.11
to3.9.2
: Bump quarkus.version from 3.2.11.Final to 3.9.2 quarkiverse/quarkus-artemis#4653.7.4
to3.9.2
: Bump quarkus.version from 3.7.4 to 3.9.2 quarkiverse/quarkus-artemis#4663.8.3
to3.9.2
: Bump quarkus.version from 3.8.3 to 3.9.2 quarkiverse/quarkus-artemis#469What you expected to see, versus what you actually saw
Expected:
The pull requests above should not have been opened.
Actual:
The pull requests were opened.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
See above.
Smallest manifest that reproduces the issue
No response
Additional information
We recently changed the
dependabot.yml
in two commits, adding additional exclusions to two branches:049920df4ee580075d519b8b5ce0dbecd858a21f
1242e44ed420779e1e77f66754601561dc839b62
It is only
io.quarkus:quarkus-bom
that is stepping out of line. Dependencyio.quarkus.platform:quarkus-camel-bom
(which uses the same mechanism) behaves as expected.The text was updated successfully, but these errors were encountered: