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
continuenotation breaks the cycle to go to the next package manager.REPOSITORYwas set , not working with theORGANIZATIONconfiguration. 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_FILEis setgradleanddevcontainerspackage managersReadiness Checklist
Author/Contributor
make lintand fix any issues that you have introducedmake testand ensure you have test coverage for the lines you are introducing@jeffrey-luszczReviewer
fix,documentation,enhancement,infrastructure,maintenanceorbreaking