Skip to content

Commit

Permalink
Merge pull request #6 from caido-community/Corb3nik/add-renovate-config
Browse files Browse the repository at this point in the history
Add renovate config for ui-kit and SDK packages
  • Loading branch information
Corb3nik authored Oct 27, 2024
2 parents 4c3d630 + eeef1ad commit 66cb4f4
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 66cb4f4

Please sign in to comment.