Skip to content

Commit 6af7f45

Browse files
committed
chore(renovate): create separate branches for doc references updates
1 parent 7c5806b commit 6af7f45

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
matchManagers: ["cargo"],
2626
enabled: false,
2727
},
28+
{
29+
// Create dedicated branches to update references to dependencies in the documentation.
30+
matchPaths: ["docs/**/*.md"],
31+
commitMessageTopic: "references to {{{depName}}}",
32+
semanticCommitType: "docs",
33+
semanticCommitScope: null,
34+
additionalBranchPrefix: "docs-",
35+
},
2836
{
2937
// Group upload/download artifact updates, the versions are dependent
3038
groupName: "Artifact GitHub Actions dependencies",

0 commit comments

Comments
 (0)