-
Notifications
You must be signed in to change notification settings - Fork 179
Add gomod to dependabot and remove docker dep #3180
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
Conversation
Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
✅ Deploy Preview for docs-securecodebox canceled.
|
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| prettier | 1 | 1 | 2 | 0.27s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
The dependabot had difficulties having helm values files and Dockerfiles. Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
|
| - "/operator/go.mod" | ||
| - "/lurker/go.mod" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are not directories :D
Does that work?




Description
Added the gomod dependancy to the dependabot.
Removed the docker dependency since it was not working as intended and was running into errors trying to parse the values.yaml files. Therefore it is removed here and added to the renovate bot
Checklist