Skip to content

feat: use ci/test scope for dependency updates (#88)#95

Merged
kayman-mk merged 2 commits intomainfrom
kayma/repatch-prefixes
May 20, 2024
Merged

feat: use ci/test scope for dependency updates (#88)#95
kayman-mk merged 2 commits intomainfrom
kayma/repatch-prefixes

Conversation

@kayman-mk
Copy link
Copy Markdown
Member

@kayman-mk kayman-mk commented May 20, 2024

Description

Commit ef17abc accidentally deleted the changes in default.json and is reintroduced with this PR.

Dependency updates for workflows and test dependencies do not have to publish a new version as the changes are not end-user relevant.

This PR uses the ci prefix for workflow dependency updates and test for Maven test dependencies. Semantic release will not create a new version for those updates.

Closes #87

Verification

None. Used the examples from the documentation:
https://docs.renovatebot.com/presets-default/#semanticprefixfixdepschoreothers

# Description

Dependency updates for workflows and test dependencies do not have to
publish a new version as the changes are not end-user relevant.

This PR uses the `ci` prefix for workflow dependency updates and `test`
for Maven test dependencies. Semantic release will not create a new
version for those updates.

# Verification

None. Used the examples from the documentation:
https://docs.renovatebot.com/presets-default/#semanticprefixfixdepschoreothers
@kayman-mk kayman-mk requested a review from PascalFrenz as a code owner May 20, 2024 08:49
@github-actions
Copy link
Copy Markdown
Contributor

Hey @kayman-mk! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

  • the problem being solved
  • the best way a reviewer and you can test your changes

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.

The following ChatOps commands are supported:

  • /help: notifies a maintainer to help you out

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.

@kayman-mk
Copy link
Copy Markdown
Member Author

Json linter fails with json5. We can ignore this and tackle the problem in Hapag-Lloyd/Workflow-Templates#27

@kayman-mk kayman-mk merged commit 9458ff4 into main May 20, 2024
@kayman-mk kayman-mk deleted the kayma/repatch-prefixes branch May 20, 2024 18:19
@HapagLloydTechnicalUser
Copy link
Copy Markdown

🎉 This PR is included in version 1.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Choose correct prefix for Maven test and CI dependencies

3 participants