diff --git a/renovate.json b/renovate.json index e57b6c68..ece6e254 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,10 @@ "extends": [ "config:base" ], + // Ignore commits produced by github actions workflows + "gitIgnoredAuthors": [ + "githubaction@githubaction.com" + ], "dependencyDashboard": true, "enabledManagers": ["docker-compose", "dockerfile"] }