Skip to content

Commit

Permalink
Add Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Jan 6, 2025
1 parent 92398ef commit 188dd89
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"local>hivemq/renovate-config:default.json5",
],
baseBranches: [
"master",
"renovate-playground",
],
useBaseBranchConfig: "merge",
branchPrefix: "renovate/hivemq-hello-world-extension/",
addLabels: [
"tooling-and-extensions-coordination",
],
}

0 comments on commit 188dd89

Please sign in to comment.