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 60caeb3 commit d957e96Copy full SHA for d957e96
renovate.json
@@ -1,26 +1,11 @@
1
{
2
"extends": ["config:recommended"],
3
"automerge": true,
4
- "rangeStrategy": "bump",
5
"dependencyDashboard": true,
6
"pinDigests": true,
7
"branchPrefix": "deps/",
+ "enabledManagers": ["github-actions"],
8
"packageRules": [
9
- {
10
- "matchDepNames": ["php"],
11
- "matchManagers": ["composer"],
12
- "enabled": false
13
- },
14
15
- "matchDepNames": ["node", "yarn"],
16
- "matchManagers": ["npm"],
17
18
19
20
- "matchManagers": ["npm", "composer"],
21
- "matchUpdateTypes": ["major"],
22
23
24
25
"matchPackageNames": ["*"],
26
"groupName": "all dependencies",
0 commit comments