Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher authored Feb 18, 2022
1 parent 7fd4203 commit 0e74976
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
{
"extends": [
"config:base"
"config:base",
"group:allNonMajor",
":semanticCommitTypeAll(chore)"
],
"packageRules": [
{
"datasources": ["packagist"],
"updateTypes": ["patch", "minor"],
"packageNames": [
"drupal/core-dev",
"drupal/core-dev-pinned",
"drupal/core-recommended",
"drupal/core-composer-scaffold",
"drupal/core-project-message"
],
"groupName": "Drupal Core"
},
{
"datasources": ["packagist"],
"updateTypes": ["major"],
"packageNames": [
"drupal/core-dev",
"drupal/core-dev-pinned",
"drupal/core-recommended",
"drupal/core-composer-scaffold",
"drupal/core-project-message"
],
"enabled": false
}
]
}

0 comments on commit 0e74976

Please sign in to comment.