Add GitHub Actions workflow to automatically merge Dependabot PRs #10
luisaveiro
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The repo includes a Dependabot configuration YAML file to update GitHub Actions & npm package dependencies on a weekly interval. Currently, approval and merging of PRs are done manually.
Utilising the dependabot/fetch-metadata GitHub Actions we can determine the PR's semantic versioning,
minor
,patch
, andmajor
. Preferably we would merge inpatch
andminor
semantic version PRs automatically. Thedependabot/fetch-metadata
GitHub Actions readme includes an example workflow for auto-approving and enabling auto-merge.Beta Was this translation helpful? Give feedback.
All reactions