diff --git a/renovate.json b/renovate.json index 532ead23..f08a5984 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,9 @@ "commitMessageLowerCase": "auto", "semanticCommits": "enabled", "semanticCommitType": "feat", + "ignorePaths": [ + "docs" + ], "flux": { "fileMatch": ["^.*flux\\.yaml$"] },