We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be89ddc commit 5a41f42Copy full SHA for 5a41f42
.github/renovate.json
@@ -4,7 +4,6 @@
4
":dependencyDashboard",
5
":semanticPrefixFixDepsChoreOthers",
6
":ignoreModulesAndTests",
7
- ":autodetectPinVersions",
8
"group:monorepos",
9
"group:recommended",
10
"workarounds:all",
@@ -18,7 +17,7 @@
18
17
},
19
"packageRules": [
20
{
21
- "excludePackageNames": ["nextjs-routes"]
+ "matchPackageNames": ["!nextjs-routes"]
22
}
23
]
24
0 commit comments