Skip to content

Commit

Permalink
Update documents about greenkeeper in favor of dependabot (#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-mutou authored and Marcin Maciaszczyk committed Jan 7, 2020
1 parent f198982 commit 8d94344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/developer/dependency-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

- Use [npm](https://www.npmjs.com/) as package manager.
- Run `npm ci` after checking out the repository to install dependencies.
- [Greenkeeper](https://greenkeeper.io/) updates packages by creating pull requests for
the new releases of used packages. Its pull requests are marked with `greenkeeper` label.
- [Dependabot Preview](https://github.com/marketplace/dependabot-preview/) updates packages by creating pull requests for
the new releases of used packages. Its pull requests are marked with `area/dependency` label.
- Update `package-lock.json` before sending any changes.

----
Expand Down
2 changes: 1 addition & 1 deletion docs/user/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Labels used to determine if creator of pull request has signed the CNCF CLA. It

Other labels used for issues and pull requests.

* `greenkeeper` - pull requests created by [greenkeeper.io](https://greenkeeper.io/) bot. This label is assigned automatically.
* `area/dependency` - pull requests created by [Dependabot Preview](https://github.com/marketplace/dependabot-preview/) bot. This label is assigned automatically.
* `help wanted` - rather low priority issues, where any contributions are more than welcomed.
* `good first issue` - issues good for contributor onboarding.
* `missing details` - issues with missing details, that cannot be reproduced.
Expand Down

0 comments on commit 8d94344

Please sign in to comment.