-
Notifications
You must be signed in to change notification settings - Fork 33
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
Configured dependency version locking and updated Renovate auto-merge… #391
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TTPForge-bot
added
area/github
Changes made to github actions
area/go
Changes made to go resources
area/mage
labels
Oct 24, 2023
…ator#393) Co-authored-by: rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com>
…ncubator#394) Co-authored-by: rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com>
…tor#395) | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.0 | v4.1.1 | Co-authored-by: rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com>
…bookincubator#398) | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v39.0.5 | v39.1.0 | Co-authored-by: rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com>
… rules. **Added:** - Renovate auto-merge rules - Specified version restrictions for `github.com/spf13/afero` and Go language version in `renovate/autoMerge.json5`. - Version Lock - Locked `github.com/spf13/afero` version to `1.2.1` in `go.mod` and `magefiles/go.mod` to ensure compatibility and stability.
Closing since renovate no longer required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Configured dependency version locking and updated Renovate auto-merge rules to ensure stable and compatible dependency versions.
Related Issue(s)
N/A
Testing
github.com/spf13/afero
.github.com/spf13/afero
to ensure it works as expected with the specified version.Documentation
renovate/autoMerge.json5
to include the new auto-merge rules forgithub.com/spf13/afero
and Go language version.github.com/spf13/afero
ingo.mod
andmagefiles/go.mod
.Screenshots/GIFs (optional)
N/A
Checklist
mage runprecommit
locally and fixed any issues that arose.mage runtests
locally and fixed any issues that arose.