Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Update dependabot-approve.yml (trpc#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Oct 1, 2022
1 parent dc03c92 commit 00f01aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' }}
steps:
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
Expand Down
4 changes: 2 additions & 2 deletions .kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version = 1

[approve]
auto_approve_usernames = ["dependabot"]
auto_approve_usernames = ["dependabot", "renovate"]

[merge]
method = "squash"
Expand All @@ -11,7 +11,7 @@ automerge_label = ["🚀 merge", "⬆️ dependencies"]
[merge.automerge_dependencies]
# only auto merge "minor" and "patch" version upgrades.
versions = ["minor", "patch"]
usernames = ["dependabot"]
usernames = ["dependabot", "renovate"]

[update]
autoupdate_label = "♻️ autoupdate"

0 comments on commit 00f01aa

Please sign in to comment.