From 9b1543c77b4db3b81869d0b774d7e5de4b80b557 Mon Sep 17 00:00:00 2001 From: mraniki Date: Wed, 11 Oct 2023 10:13:20 +0200 Subject: [PATCH] :recycle:Add gitIgnoredAuthors to renovate.json --- .github/renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 9d7476aa9..e86b642cd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,8 @@ ":semanticCommitTypeAll(⬆️ 🛠️)", ":disableDependencyDashboard" ], + "gitIgnoredAuthors": ["githubaction@githubaction.com"], + "semanticCommits": "enabled", "labels": ["dependencies"], "baseBranches": ["dev"],