From dfb95a85f437c3e414f2e8c7020d0077ebe01bc7 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:15:41 -0500 Subject: [PATCH] chore(ci): update mergify config to auto-approve renovate PRs (#1023) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .golangci.yml | 4 +--- .mergify.yml | 9 +++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index d4ba08b2..d176bdb8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,4 @@ -# v1.51.2 -run: - deadline: 5m +# v1.55.2 issues: new-from-rev: 9101977dc81f64db077b9a1eda2fe401359854c9 # Maximum issues count per one linter. Set to 0 to disable. diff --git a/.mergify.yml b/.mergify.yml index 18c98859..ee06b216 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,3 +8,12 @@ pull_request_rules: review: type: APPROVE message: ":robot: LGTM! *beep* *boop*" + - name: Automatic approval of renovate's pull requests + conditions: + - author=renovate[bot] + - label=renovate/github-action + - "#approved-reviews-by=0" + actions: + review: + type: APPROVE + message: ":robot: LGTM! *beep* *boop*"