Closed dependabot[bot] closed 2 months ago
[!WARNING]
Rate limit exceeded
@dependabot[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 23 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between c28eb1e070bfcabefbfed95fbf9ea78e19649a53 and 87e0fbfb09cef63e8e2ab99e2d3b67073919f1ba.
The changes involve an update to the version of GitHub workflows referenced in two files: add-to-projects.yml
and dependabot.yml
. Both workflows have been incremented from version v0.1.5
to v0.1.6
. This indicates that the workflows are now utilizing a newer version, which may include various updates, while the overall structure and functionality of the files remain unchanged.
Files | Change Summary |
---|---|
.github/workflows/add-to-projects.yml , .github/workflows/dependabot.yml |
Updated workflow version from v0.1.5 to v0.1.6 for both files. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Bumps osinfra-io/github-misc-called-workflows from 0.1.5 to 0.1.6.
Release notes
Sourced from osinfra-io/github-misc-called-workflows's releases.
Commits
ea6a366
Bump google-github-actions/auth from 2.1.4 to 2.1.5 (#41)69a5c90
Bump docker/build-push-action from 6.6.1 to 6.7.0 (#40)19e7b48
Bump docker/build-push-action from 6.6.0 to 6.6.1 (#39)4e155ca
Bump docker/build-push-action from 6.5.0 to 6.6.0 (#38)897faa4
Bump google-github-actions/auth from 2.1.3 to 2.1.4 (#37)4b3cabd
Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#36)0d3c812
Bump docker/login-action from 3.2.0 to 3.3.0 (#35)31a4660
Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#34)a4bdd76
Bump docker/build-push-action from 6.4.1 to 6.5.0 (#33)7a16f1a
GruntworkDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
Summary by CodeRabbit
New Features
Bug Fixes