-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(NODE-6036): upgrade gha and add dependabot
- Loading branch information
Showing
3 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
### Description | ||
|
||
#### What is changing? | ||
|
||
##### Is there new documentation needed for these changes? | ||
|
||
#### What is the motivation for this change? | ||
|
||
<!-- If this is a bug, it helps to describe the current behavior and a clear outline of the expected behavior --> | ||
<!-- If this is a feature, it helps to describe the new use case enabled by this change --> | ||
|
||
<!-- | ||
Contributors! | ||
First of all, thank you so much!! | ||
If you haven't already, it would greatly help the team review this work in a timely manner if you create a JIRA ticket to track this PR. | ||
You can do that here: https://jira.mongodb.org/projects/NODE | ||
--> | ||
|
||
### Release Highlight | ||
|
||
<!-- RELEASE_HIGHLIGHT_START --> | ||
|
||
### Fill in title or leave empty for no highlight | ||
|
||
<!-- RELEASE_HIGHLIGHT_END --> | ||
|
||
### Double check the following | ||
|
||
- [ ] Ran `npm run check:lint` script | ||
- [ ] Self-review completed using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines) | ||
- [ ] PR title follows the [correct format](https://www.conventionalcommits.org/en/v1.0.0/): `type(NODE-xxxx)[!]: description` | ||
- Example: `feat(NODE-1234)!: rewriting everything in coffeescript` | ||
- [ ] Changes are covered by tests | ||
- [ ] New TODOs have a related JIRA ticket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters