Skip to content

Commit

Permalink
ci: add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Dec 12, 2024
1 parent 3bd4d93 commit 704f0df
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>bpmn-io/renovate-config:recommended"
],
"packageRules": [
{
"matchPackagePatterns": [
"@bpmn-io/.*",
"@camunda/.*",
"bpmn-js.*",
"diagram-js.*",
"camunda.*",
"zeebe.*"
],
"groupName": "modeling dependencies",
"groupSlug": "modeling"
}
]
}

0 comments on commit 704f0df

Please sign in to comment.