Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@
],
enabled: true,
},
{
// Use docs commit message format for documentation updates
matchManagers: [
'regex',
],
matchFileNames: [
'**/*.md',
'**/docker-compose*.yml',
'**/docker-compose*.yaml',
],
commitMessagePrefix: 'docs:',
commitMessageAction: 'update',
commitMessageTopic: 'documentation versions',
},
{
// Auto-run go mod tidy for Go module updates
matchManagers: [
Expand Down Expand Up @@ -67,4 +81,4 @@
versioningTemplate: 'semver',
},
],
}
}