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 4f5ed65 commit 7abd7dcCopy full SHA for 7abd7dc
1 file changed
renovate.json
@@ -0,0 +1,17 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:base", ":dependencyDashboard"],
4
+
5
+ "packageRules": [
6
+ {
7
+ "packagePatterns": ["*"],
8
+ "enabled": false
9
+ },
10
11
+ "groupName": "swc_core",
12
+ "matchPackageNames": ["swc_core", "testing"],
13
+ "rangeStrategy": "bump",
14
+ "enabled": true
15
+ }
16
+ ]
17
+}
0 commit comments