Skip to content

Commit

Permalink
chore(renovate): create separate branches for doc references updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Sep 20, 2024
1 parent 7c5806b commit 6af7f45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
matchManagers: ["cargo"],
enabled: false,
},
{
// Create dedicated branches to update references to dependencies in the documentation.
matchPaths: ["docs/**/*.md"],
commitMessageTopic: "references to {{{depName}}}",
semanticCommitType: "docs",
semanticCommitScope: null,
additionalBranchPrefix: "docs-",
},
{
// Group upload/download artifact updates, the versions are dependent
groupName: "Artifact GitHub Actions dependencies",
Expand Down

0 comments on commit 6af7f45

Please sign in to comment.