Skip to content

Commit

Permalink
add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger authored Sep 13, 2024
1 parent 12c2745 commit 090e7aa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"extends": [
"config:recommended"
],
"packageRules": [
{
"enabled": false,
"matchPackageNames": [
"*"
],
"labels": ["dependencies"]
},
{
"enabled": true,
"matchPackageNames": [
"/^@copilotkit/"
],
"labels": ["copilotkit"],
"groupName": "CopilotKit dependencies"
}
]
}

0 comments on commit 090e7aa

Please sign in to comment.