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

Allow/Ignore specific manifests #2883

Open
amogkam opened this issue Dec 17, 2020 · 6 comments
Open

Allow/Ignore specific manifests #2883

amogkam opened this issue Dec 17, 2020 · 6 comments
Labels
F: configuration-file F: dependency-ignores Allow excluding certain versions Keep Exempt this from being marked by stalebot T: feature-request Requests for new features

Comments

@amogkam
Copy link

amogkam commented Dec 17, 2020

Wanted to bring up this issue again: #1629 which got closed due to no response.

Having an option to inspect specific files would make configuration a lot easier. In my case, we have multiple requirements.txt files all in the same directory, but we want to inspect just one of these requirements files.

@amogkam amogkam added the T: feature-request Requests for new features label Dec 17, 2020
@amogkam amogkam changed the title Inspect Specific Files Ability to Inspect Specific Files Dec 17, 2020
@jeffwidman jeffwidman changed the title Ability to Inspect Specific Files Allow/Ignore specific manifests Feb 4, 2023
@jeffwidman
Copy link
Member

jeffwidman commented Feb 4, 2023

Users want the ability to configure this differently for security vs version updates:

It'd also be more flexible if this could allow/ignore files determined through a regex, not just exact match... similar to:

Also related:

@killthekitten
Copy link

killthekitten commented Mar 7, 2023

ChatGPT offers such a succinct API for this – interval: "never" 😅

image

@JonathanRenon-EDB
Copy link

JonathanRenon-EDB commented Feb 29, 2024

Hello,
Is there any update regarding this issue ?

@pirate
Copy link

pirate commented Apr 13, 2024

In our case requirements.txt is auto-generated from pyproject.toml (by pdm), so I only want dependabot to monitor pyproject.toml and I want it to completely ignore requirements.txt. Is there any way to achieve that at the moment?

@hcoohb
Copy link

hcoohb commented Apr 25, 2024

This would be a must have feature !

In our case requirements.txt is auto-generated from pyproject.toml (by pdm), so I only want dependabot to monitor pyproject.toml and I want it to completely ignore requirements.txt. Is there any way to achieve that at the moment?

I have the exact same workflow/requirements!
Please let us know if you ever find a solution... Thanks

@jonjanego jonjanego added the Keep Exempt this from being marked by stalebot label May 2, 2024
@mg515
Copy link

mg515 commented Jun 10, 2024

Any update on this? Seems like it should be straightforward to make dependabot observe a single manifest, or let alone not duplicate alerts for every dependency group that exists in the repository.

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 Keep Exempt this from being marked by stalebot T: feature-request Requests for new features
Projects
None yet
Development

No branches or pull requests

8 participants