Skip to content
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

feat(datasource/custom): Support digest in custom datasource #28760

Merged

Conversation

acortelyou
Copy link
Contributor

Changes

To support digests a datasource has to implement the getDigest method.
This PR implements the method returning a null promise.
The value itself can be provided in the getReleases method.

fstehle and others added 9 commits December 14, 2023 17:34
To support digests a datasource has to implement the getDigest method.
The value itself can be provided in the getReleases method.
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
# Conflicts:
#	lib/workers/repository/process/lookup/index.spec.ts
@CLAassistant
Copy link

CLAassistant commented Apr 30, 2024

CLA assistant check
All committers have signed the CLA.

@acortelyou
Copy link
Contributor Author

Fork of #26299
Cherry-pick the commits from this branch onto that or merge this one instead

@secustor secustor marked this pull request as ready for review May 1, 2024 05:54
@secustor secustor added this pull request to the merge queue May 1, 2024
Merged via the queue into renovatebot:main with commit e3675f1 May 1, 2024
54 checks passed
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 37.332.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants