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"