Skip to content

Commit 68eddec

Browse files
authored
Update renovate.json configuration
Removed rangeStrategy and several package rules from the configuration.
1 parent f67c263 commit 68eddec

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

renovate.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
11
{
22
"extends": ["config:recommended"],
33
"automerge": true,
4-
"rangeStrategy": "bump",
54
"dependencyDashboard": true,
65
"pinDigests": true,
76
"branchPrefix": "deps/",
7+
"enabledManagers": ["github-actions"],
88
"packageRules": [
9-
{
10-
"matchDepNames": ["php"],
11-
"matchManagers": ["composer"],
12-
"enabled": false
13-
},
14-
{
15-
"matchDepNames": ["node", "yarn"],
16-
"matchManagers": ["npm"],
17-
"enabled": false
18-
},
19-
{
20-
"matchManagers": ["npm", "composer"],
21-
"matchUpdateTypes": ["major"],
22-
"enabled": false
23-
},
249
{
2510
"matchPackageNames": ["*"],
2611
"groupName": "all dependencies",

0 commit comments

Comments
 (0)