Skip to content

Commit

Permalink
Add renovate config for ui-kit and SDK packages
Browse files Browse the repository at this point in the history
Related to #2

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/caido-community/create-plugin/issues/2?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
Corb3nik committed Oct 27, 2024
1 parent 4c3d630 commit eeef1ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": ["config:base"],
"packageRules": [
{
"packagePatterns": ["^@caido/", "^@caido-community/"],
"groupName": "caido-packages",
"schedule": ["daily"],
"automerge": true
}
]
}

0 comments on commit eeef1ad

Please sign in to comment.