Skip to content

Commit

Permalink
fix: dependabot labelling
Browse files Browse the repository at this point in the history
- [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

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Oct 13, 2023
1 parent d882a64 commit f6ea6f7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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

<!--
Note on DCO:
Expand All @@ -7,10 +14,3 @@ Note on Versioning:
Maintainers will bump the version and do a release when they are ready to release (possibly multiple merged PRs). Please do not bump the version in your PRs.
-->

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
11 changes: 10 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f6ea6f7

Please sign in to comment.