From a116614fb8ba22fedef87bcb0e712863db6e8b49 Mon Sep 17 00:00:00 2001 From: jmeridth Date: Fri, 13 Oct 2023 10:22:32 -0500 Subject: [PATCH] fix: dependabot labelling - [x] add dependabot for bundler dependencies - [x] update pull request template comments to bottom so we don't have to copy paste comment around comment when creating PR - [x] fix CODE_OF_CONDUCT link in pull request template - [x] drop CHANGELOG line in pull request template Signed-off-by: jmeridth --- .github/PULL_REQUEST_TEMPLATE.md | 13 ++++++------- .github/dependabot.yaml | 11 ++++++++++- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 827a3ce4..f8c9e837 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,9 @@ +Checklist: + +* [ ] I have updated the necessary documentation +* [ ] I have signed off all my commits as required by [DCO](https://github.com/procore-oss/blueprinter/blob/main/CONTRIBUTING.md) +* [ ] My build is green + - -Checklist: - -* [ ] I have updated the necessary documentation -* [ ] I have updated the changelog, if necessary (CHANGELOG.md) -* [ ] I have signed off all my commits as required by [DCO](../CONTRIBUTING.md#legal) -* [ ] My build is green diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 413909e8..a69deb72 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,5 +7,14 @@ updates: timezone: "America/Los_Angeles" labels: - "dependabot" - - "docker" - "dependencies" + - "github-actions" + - package-ecosystem: "bundler" + directory: / + schedule: + interval: "weekly" + timezone: "America/Los_Angeles" + labels: + - "dependabot" + - "dependencies" + - "bundler"