-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: skip repo if no package manager found #270
fix: skip repo if no package manager found #270
Conversation
@jmeridth I have found yet another bug, needed to add these lines: The code would break in the following conditions:
The code would break because there was no registries key found on the dependabot yaml file. Another question. I see that this PR is starting to be messy... Should I open a separate PR just for this fix and another for the changes to be added included also here? Thanks! |
@ricardojdsilva87 I'm good with the additional change. Please fix conflict and then we can approve, merge and release. |
Pull Request
Proposed Changes
continue
notation breaks the cycle to go to the next package manager.REPOSITORY
was set , not working with theORGANIZATION
configuration. Now a file always needs to exist locally, either on the repository where the action would run or locally on the computer, triggering an error if it does not exist and theDEPENDABOT_CONFIG_FILE
is setgradle
anddevcontainers
package managersReadiness Checklist
Author/Contributor
make lint
and fix any issues that you have introducedmake test
and ensure you have test coverage for the lines you are introducing@jeffrey-luszcz
Reviewer
fix
,documentation
,enhancement
,infrastructure
,maintenance
orbreaking