Skip to content

Commit a2360bf

Browse files
Code of conduct + use existing dependencies label for dependabot (#136)
* break out code of conduct for visibility * use existing dependencies label for dependabot
1 parent 6fd9e49 commit a2360bf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/dependabot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ updates:
99
commit-message:
1010
prefix: ":seedling:"
1111
labels:
12-
- "kind/cleanup"
12+
- "dependencies"
1313

1414
# Docker
1515
- package-ecosystem: "docker"
@@ -19,7 +19,7 @@ updates:
1919
commit-message:
2020
prefix: ":seedling:"
2121
labels:
22-
- "kind/cleanup"
22+
- "dependencies"
2323

2424
# github-actions
2525
- package-ecosystem: "github-actions"
@@ -29,4 +29,4 @@ updates:
2929
commit-message:
3030
prefix: ":seedling:"
3131
labels:
32-
- "kind/cleanup"
32+
- "dependencies"

CONTRIBUTING.md

-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ All changes must be code reviewed. Coding conventions and standards are explaine
5656

5757
In case you want to run our E2E tests locally, please refer to the [E2E Testing](https://linode.github.io/cluster-api-provider-linode/developers/development.html#e2e-testing) guide.
5858

59-
## Code of Conduct
60-
61-
This project follows the [Linode Community Code of Conduct](https://www.linode.com/community/questions/conduct).
62-
6359
## Vulnerability Reporting
6460

6561
If you discover a potential security issue in this project we ask that you notify Linode Security via our [vulnerability reporting process](https://hackerone.com/linode). Please do **not** create a public github issue.

code-of-conduct.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Linode Community Code of Conduct
2+
3+
This project follows the [Linode Community Code of Conduct](https://www.linode.com/community/questions/conduct).
4+

0 commit comments

Comments
 (0)