From 63ede4d3480da1ede6bcc190b571338c4ca9fb2b Mon Sep 17 00:00:00 2001 From: Tomas Balvin Date: Fri, 13 Oct 2023 08:29:13 +0200 Subject: [PATCH] ci: replace Kodiak with Mergify (#147) This change has been made by @Balvajs from Mergify config editor. --- .kodiak.toml | 8 -------- .mergify.yml | 21 +++++++++++++++++++++ CODEOWNERS | 4 ---- 3 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 .kodiak.toml create mode 100644 .mergify.yml diff --git a/.kodiak.toml b/.kodiak.toml deleted file mode 100644 index 727ea44..0000000 --- a/.kodiak.toml +++ /dev/null @@ -1,8 +0,0 @@ -version = 1 - -[approve] -auto_approve_usernames = ["balvajs-renovate"] - -[merge.automerge_dependencies] -versions = ["minor", "patch"] -usernames = ["balvajs-renovate"] diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..da6b6c0 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,21 @@ +pull_request_rules: + - name: Automatic merge Renovate PRs + conditions: + - '#approved-reviews-by>=1' + - 'author=balvajs-renovate[bot]' + actions: + queue: + name: default + method: squash + - name: Automatic approval to Renovate PRs + conditions: + - body~=\*\*Automerge\*\*. Enabled + actions: + review: + type: APPROVE + bot_account: Balvajs + +queue_rules: + - name: default + queue_conditions: + - '#approved-reviews-by>=1' diff --git a/CODEOWNERS b/CODEOWNERS index 981bca0..24cb59d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1 @@ * @balvajs -package.json -pnpm-lock.yaml -dist/ -__generated__