We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5806b commit 6af7f45Copy full SHA for 6af7f45
1 file changed
.github/renovate.json5
@@ -25,6 +25,14 @@
25
matchManagers: ["cargo"],
26
enabled: false,
27
},
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
+ },
36
{
37
// Group upload/download artifact updates, the versions are dependent
38
groupName: "Artifact GitHub Actions dependencies",
0 commit comments