Configure Violinist

This commit is contained in:
Oliver Davies 2024-01-18 01:30:08 +00:00
parent 50cf190364
commit 0ebc4d0dbc
2 changed files with 26 additions and 11 deletions

View file

@ -164,6 +164,21 @@
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
},
"violinist": {
"automerge": 1,
"bundled_packages": {
"drupal/core-recommended": [
"drupal/core-composer-scaffold",
"drupal/core-dev",
"drupal/core-project-message"
]
},
"blocklist": [
"drupal/core-composer-scaffold",
"drupal/core-dev",
"drupal/core-project-message"
]
}
}
}