-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
initial commit to add in a dependabot.yml file #1353
Conversation
Signed-off-by: CEHENKLE <henkle@amazon.com>
Can one of the admins verify this patch? |
✅ DCO Check Passed c991d9b |
✅ Gradle Wrapper Validation success c991d9b |
@dblock I'm thinking we might want to pull out the test gradle build files. What do you think? |
✅ Gradle Precommit success c991d9b |
I don't think so. We should be upgrading test dependencies the same. We get endless vulnerability reports for those by automated software and have to spend a lot of time digging through the dependency tree to finally find out that they are only used in tests. Furthermore developer machines can be compromised through a dev/test dependency. Is the list of gradle files here basically the list of all gradle files in the project? As a stretch goal we could automate updating this file with a GH workflow that opens a PR every time there's a change. |
start gradle check |
Yeah, this should be every gradle file in the project. That's a good thought. Although honestly I want to be fierce as tigers about adding new dependencies, so hopefully it should be noticeable when we do. |
Signed-off-by: CEHENKLE henkle@amazon.com
Description
adding dependabot.yml file to enable automatic scanning for issues in dependencies.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.