From 158fe9bb0f0dc0d8a9175e5aa3e672a6fcb46928 Mon Sep 17 00:00:00 2001 From: Timo Notheisen Date: Mon, 16 Dec 2024 10:30:39 +0100 Subject: [PATCH 1/2] ci: don't update prs from renovate --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index da9e009014..ab38b170ff 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,6 +1,6 @@ pull_request_rules: - name: update pull request conditions: - - label!=wip + - author != renovate[bot] actions: update: From e4723d91aef88775369b4b38c521f95257e564c9 Mon Sep 17 00:00:00 2001 From: Timo Notheisen Date: Mon, 16 Dec 2024 10:30:52 +0100 Subject: [PATCH 2/2] ci: formatting --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index ab38b170ff..f4b1edc580 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,6 +1,7 @@ pull_request_rules: - name: update pull request conditions: + - label != wip - author != renovate[bot] actions: update: