Skip to content

Commit db5d284

Browse files
authored
docs: add sop for dependabot (#363)
Signed-off-by: flakey5 <[email protected]>
1 parent 6da2ab5 commit db5d284

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Merging Dependabot PRs
2+
3+
[Dependabot](https://github.com/dependabot) runs in this repository once every week.
4+
We use it to update our dependencies.
5+
6+
## Reviewing & Merging
7+
8+
- Make sure all relevant CI has been ran against the PR and is passing. If needed, the `force ci` label can be added to run the actions if they are not triggered automatically.
9+
- Check the changelog provided to see if there's anything to take note of. This is mostly for breaking changes, but can also be useful for identifying new features that are relevant.
10+
- Dependabot will sometimes add a `compatibility` tag that can help with this.
11+
- `@types/node` and `@cloudflare/workers-types` don't provide changelogs, but, there shouldn't ever be a breaking change in either of them.
12+
- If the update does require changes to be made, commit them to the same branch that dependabot is working off of and request a review from another Collaborator.
13+
- For updates to action workflow dependencies, it is recommended to go through the actual commits to look for anything out of the ordinary.
14+
- Approve and merge

0 commit comments

Comments
 (0)