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 5ffb563 commit 79cab09Copy full SHA for 79cab09
.github/renovate.json
@@ -1,5 +1,5 @@
1
{
2
- "baseBranches": [
+ "baseBranchPatterns": [
3
"main"
4
],
5
"commitMessageAction": "⬆️ Bump",
@@ -9,7 +9,22 @@
9
"schedule:weekly"
10
11
"rangeStrategy": "bump",
12
+ "ignoreDeps": ["php"],
13
"packageRules": [
14
+ {
15
+ "matchUpdateTypes": ["major"],
16
+ "enabled": false
17
+ },
18
19
+ "matchPackageNames": ["node"],
20
21
22
23
+ "matchManagers": ["composer"],
24
+ "matchDepTypes": ["require"],
25
+ "matchPackageNames": ["php"],
26
27
28
29
"matchUpdateTypes": [
30
"minor",
0 commit comments