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