Skip to content

Commit

Permalink
Change Renovate rules to split Drupal and npm dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Jul 8, 2020
1 parent f17f308 commit b0ee696
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion axltempl/files/drupal/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@
"groupName": "Drupal core (major)"
},
{
"depTypeList": ["devDependencies", "require-dev"],
"depTypeList": ["devDependencies"],
"updateTypes": ["patch", "minor"],
"groupName": "devDependencies (non-major)"
},
{
"depTypeList": ["require-dev"],
"updateTypes": ["patch", "minor"],
"groupName": "require-dev (non-major)"
},
{
"managers": ["composer"],
"rangeStrategy": "bump",
Expand Down

0 comments on commit b0ee696

Please sign in to comment.