-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
ci: add dependabot #236
ci: add dependabot #236
Conversation
Signed-off-by: Plamen Ivanov <[email protected]>
Hi @k1lgor ! I have some questions. This repo both uses poetry and requirements.txt and requirements-dev.txt and I would like all to be handled. Is it possible with dependabot? |
Hi @Minipada. version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
security:
open-pull-requests-limit: 5
path-filters:
- path: "requirements.txt"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
security:
open-pull-requests-limit: 5
path-filters:
- path: "requirements-dev.txt" and I can add a check for gh actions as well. |
Signed-off-by: Plamen Ivanov <[email protected]>
if this didn't work, we could change it to |
Yes please, if you could check for both poetry and pip for dependabot along with dev environment, it would be great. If not possible, i will investigate, maybe I drop the requirements.txt ... |
Signed-off-by: Plamen Ivanov <[email protected]>
Signed-off-by: Plamen Ivanov <[email protected]>
close due to inactivity from owner |
Initial discussions
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyWhat I did
Add dependabot to check on daily basis
and resolves #225
Dependabot needs to be enabled from the Security tab as well
How I did it
I am not sure about
How I tested
I'm not a dummy, so I've checked these
Thank you!