We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9954eca commit 9459571Copy full SHA for 9459571
2 files changed
.gitignore
@@ -128,3 +128,5 @@ out
128
.yarn/build-state.yml
129
.yarn/install-state.gz
130
.pnp.*
131
+
132
+.idea/
renovate.json
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:base"],
4
+ "labels": ["dependencies"],
5
+ "vulnerabilityAlerts": {
6
+ "enabled": true
7
+ },
8
+ "packageRules": [
9
+ {
10
+ "enabled": false,
11
+ "matchPackagePatterns": ["*"]
12
+ }
13
+ ],
14
+ "baseBranches": ["main", "/^release\\/.*/"]
15
+}
0 commit comments