How to Automatically Increment Project Version When Dependabot Creates PR for Dependency Updates? #149185
Answered
by
AidenJastrzembski
TenEplaysOfficial
asked this question in
General
-
Select Topic AreaQuestion BodyI’m using Dependabot to automatically update the dependencies in my project, and I want to know how to ensure that the version of my own project (as defined in package.json) is automatically incremented whenever Dependabot creates a pull request for a new dependency update. |
Beta Was this translation helpful? Give feedback.
Answered by
AidenJastrzembski
Jan 14, 2025
Replies: 1 comment
-
Create a version-bump.yml with
Obviously you'll need to replace the placeholders with your actual information. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TenEplaysOfficial
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a version-bump.yml with