From 0cf760a6a0f32227d6358f988d7baa26914be5d5 Mon Sep 17 00:00:00 2001 From: plcnk Date: Sat, 17 Aug 2024 11:59:44 +0200 Subject: [PATCH] fix(renovate): Add ignored authors --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cd02ddf..7ac1f53 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,6 +4,12 @@ "github>plcnk/.github:default.json5", ":semanticCommitTypeAll(chore)" ], + + "gitIgnoredAuthors": [ + "renovate[bot]@users.noreply.github.com", + "178334506+plcnk-bot[bot]@users.noreply.github.com" + ], + "regexManagers": [ { "fileMatch": ["\\.yaml$"],