You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because this project is configured to use semantic versioning, pull requests opened by Dependabot to update the version for GitHub Actions used in the CI workflow create new releases when merged, since they start with "fix".
Dependabot should be configured to open Action-related pull requests using the "ci" prefix instead, preventing new releases from being created when no new functionality is added to the application, while using a more appropriate scope.
The text was updated successfully, but these errors were encountered:
Configure Dependabot to create GitHub Action pull requests with the "ci"
prefix instead of "fix", preventing semantic-release from creating new
versions of the application when merging updates to the CI/CD pipeline.
Associated issue: #139
Because this project is configured to use semantic versioning, pull requests opened by Dependabot to update the version for GitHub Actions used in the CI workflow create new releases when merged, since they start with "fix".
Dependabot should be configured to open Action-related pull requests using the "ci" prefix instead, preventing new releases from being created when no new functionality is added to the application, while using a more appropriate scope.
The text was updated successfully, but these errors were encountered: