We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f081c commit a915664Copy full SHA for a915664
renovate.json
@@ -0,0 +1,41 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "dependencyDashboard": true,
4
+ "extends": [
5
+ "config:recommended"
6
+ ],
7
+ "poetry": {
8
+ "enabled": true
9
+ },
10
+ "pep621": {
11
+ "enabled": false
12
13
+ "npm": {
14
15
16
+ "ignorePaths": [
17
+ "node_modules"
18
19
+ "packageRules": [
20
+ {
21
+ "enabled": false,
22
+ "matchPackageNames": [
23
+ "*"
24
25
+ "labels": [
26
+ "dependencies"
27
+ ]
28
29
30
+ "enabled": true,
31
32
+ "/^@copilotkit/",
33
+ "/^copilotkit/"
34
35
36
+ "copilotkit"
37
38
+ "groupName": "CopilotKit dependencies"
39
+ }
40
41
+}
0 commit comments