From 2008eba7eeaef93fb59eb7335fdc6d718f15232b Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 9 Sep 2021 12:39:17 +0200 Subject: [PATCH] chore: use single update for docs (#576) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 5386dc5e..655f4e71 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,6 +14,7 @@ "extends": ["schedule:weekly"], "automerge": true, "stabilityDays": 0, + "separateMajorMinor": false, "commitMessageTopic": "references to {{{depName}}}", "semanticCommitType": "docs", "semanticCommitScope": null,