Commit Graph

3 Commits

Author SHA1 Message Date
Michael McLoughlin
d76a0f6dd6 ci: reduce frequency of auto updates (#328)
Reduce frequency of auto-update jobs:
* Update third-party package metadata
* Bump dependency version
Both are now monthly rather than weekly.
2022-09-05 15:09:52 -07:00
Michael McLoughlin
223e8f57b9 ci: create pull request action (#288)
Refactor pull request creation into composite action.
2022-05-08 21:26:34 -07:00
Michael McLoughlin
9eff2e4375 .github: replace dependabot with deps workflow (#277)
Dependabot ignores updates to Go modules that do not have semantic version
tags. See: https://github.com/dependabot/dependabot-core/issues/3017.

Therefore, this change replaces dependabot with a custom workflow with
upgrades Go dependencies using `go get -u ./...` and creates a PR. This PR
will be auto-merged using the existing logic for cadobot-generated PRs.
2022-05-01 14:59:48 -07:00