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

For a given package, ignore versions by regex #3746

Open
blommish opened this issue May 19, 2021 · 1 comment
Open

For a given package, ignore versions by regex #3746

blommish opened this issue May 19, 2021 · 1 comment
Labels
F: configuration-file F: dependency-ignores Allow excluding certain versions F: noise related to Dependabot being noisy, or initiatives to make Dependabot quieter T: feature-request Requests for new features

Comments

@blommish
Copy link

When there is a new update for kotlinx-coroutines-core we always get a update for the *-native-mt version but we want the "normal" version, ex 1.5.0 instead of 1.5.0-native-mt. How would that be possible?

version: 2

updates:
- package-ecosystem: maven
  directory: "/"
  schedule:
    interval: weekly
    day: "sunday"
    time: "04:00"
  open-pull-requests-limit: 10
  ignore:
  - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
    versions:
    - "*-native-mt"
@blommish blommish added the T: feature-request Requests for new features label May 19, 2021
@asciimike asciimike added the F: noise related to Dependabot being noisy, or initiatives to make Dependabot quieter label May 19, 2021
@asciimike
Copy link
Contributor

There is no way we currently provide to ignore arbitrarily named versions, though thanks for the potential syntax changes.

@asciimike asciimike changed the title Ignoring wildcard version ignore by version regex May 19, 2021
@jeffwidman jeffwidman changed the title ignore by version regex ignore packages by version regex Feb 5, 2023
@jeffwidman jeffwidman added the F: dependency-ignores Allow excluding certain versions label Feb 6, 2023
@jeffwidman jeffwidman changed the title ignore packages by version regex For a given package, ignore versions by regex Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F: configuration-file F: dependency-ignores Allow excluding certain versions F: noise related to Dependabot being noisy, or initiatives to make Dependabot quieter T: feature-request Requests for new features
Projects
None yet
Development

No branches or pull requests

3 participants