-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add/Update Dependabot configuration files to/in select GitHub repos used by our team(s) #175
Comments
Hi @WadeBarnes , Please let me know if I am missing any other repositories that will require dependabot configuration files than the ones mentioned below: https://github.com/search?q=topic%3Adts+org%3Abcgov+fork%3Atrue&type=repositories https://github.com/search?q=topic%3Aaca-py+org%3Ahyperledger+fork%3Atrue&type=repositories https://github.com/search?q=topic%3Aindy+org%3Aopenwallet-foundation+fork%3Atrue&type=repositories https://github.com/search?q=topic%3Aaries+org%3Aopenwallet-foundation+fork%3Atrue&type=repositories |
Thanks @rajpalc7. The following queries provide a more complete list of the candidate repositories in each of the Organizations: |
Thanks @WadeBarnes I noticed some of the repositories already have dependabot.yml in it. If we are planning to update it, how would you like the new update to look like ? |
Add or update Dependabot Configuration files. That's what the ticket asks for. What, if anything, needs to be added or updated depends on the repository, the code it contains, and how well the exiting configuration manages the code within that repository. So without a specific example, I can't really answer that question. A general example:
|
Based on developer feedback we've determined from filtering of the version update recommendations is required to minimize PR "noise". Refer to openwallet-foundation/acapy-vc-authn-oidc#465 for an example. |
Top 5 list of repositories to work on is being maintained here; #174 (comment) |
@rajpalc7, please check off the repositories in the lists above as you complete the tasks and the PRs are successfully merged. |
Add or update Dependabot Configuration files to/in select repositories to better automate updates and dependency management of the associated code.
By default, Dependabot scans repositories containing dependency lock files for updates to address vulnerabilities. This behavior can be extended to include scanning code within a repository for updated versions. We've started using this feature for maintaining the dependencies for GitHub actions across several BCGov, Hyperledger, and Open Wallet Foundation repos, and we'd like to expand that to the rest of the code base(s).
Approach:
bcgov
,hyperledger
, andopenwallet-foundation
should be considered. Discuss with the DITP team members and the community members activity working on the code within these various organizations to compile a list of candidate repositories.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: