Skip to content

Commit 9bc9aa9

Browse files
update renovate config
1 parent e4d6ae4 commit 9bc9aa9

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@
1717
"@radix-ui/react-label": "^2.1.0",
1818
"@radix-ui/react-slot": "^1.1.0",
1919
"@radix-ui/react-toast": "^1.2.1",
20-
"class-variance-authority": "^0.7.0",
21-
"clsx": "^2.1.1",
22-
"framer-motion": "^11.3.12",
23-
"groq-sdk": "^0.5.0",
24-
"lucide-react": "^0.414.0",
20+
"class-variance-authority": "0.7.0",
21+
"clsx": "2.1.1",
22+
"framer-motion": "11.3.12",
23+
"lucide-react": "0.414.0",
2524
"next": "14.2.5",
26-
"react": "^18",
27-
"react-dom": "^18",
28-
"tailwind-merge": "^2.4.0",
29-
"tailwindcss-animate": "^1.0.7"
25+
"react": "18",
26+
"react-dom": "18",
27+
"tailwind-merge": "2.4.0",
28+
"tailwindcss-animate": "1.0.7"
3029
},
3130
"devDependencies": {
3231
"@types/node": "^20",

renovate.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"dependencyDashboard": true,
44
"extends": [
5-
"config:base"
6-
],
7-
"packageRules": [
8-
{
9-
"matchPackagePatterns": ["^@copilotkit/"],
10-
"enabled": true
11-
},
12-
{
13-
"matchPackagePatterns": ["*"],
14-
"enabled": false
15-
}
5+
"config:recommended"
166
]
177
}

0 commit comments

Comments
 (0)