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.
2 parents dabbbac + 81043af commit 7a34789Copy full SHA for 7a34789
.github/renovate.json
@@ -4,7 +4,9 @@
4
"config:base",
5
":dependencyDashboard"
6
],
7
- "baseBranches": ["main"],
+ "baseBranches": [
8
+ "dev"
9
+ ],
10
"lockFileMaintenance": {
11
"enabled": true,
12
"automerge": true,
@@ -13,12 +15,20 @@
13
15
},
14
16
"packageRules": [
17
{
- "matchDepTypes": ["devDependencies"],
- "matchPackagePatterns": ["lint", "@types"],
18
+ "matchDepTypes": [
19
+ "devDependencies"
20
21
+ "matchPackagePatterns": [
22
+ "lint",
23
+ "prettier"
24
25
"automerge": true
26
27
- "matchUpdateTypes": ["minor", "patch"],
28
+ "matchUpdateTypes": [
29
+ "minor",
30
+ "patch"
31
32
"matchCurrentVersion": "!/^0/",
33
34
}
0 commit comments