Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .vortex/installer/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ tests/Fixtures/install/

### Updating Fixtures

**CRITICAL**: Never modify fixture files directly.
**CRITICAL**: Never modify fixture files directly. All fixture files
(including `_baseline/`) are regenerated from the root template files by
`ahoy update-snapshots`. Only modify the root template files — the user
will run the snapshot update themselves.

```bash
# From .vortex/ directory (recommended)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,31 @@
],
"packageRules": [
{
"groupName": "PHP - Language version - Skipped to update manually",
"groupSlug": "php-language-version",
"matchDepNames": [
"php"
],
"matchFileNames": [
"composer.json"
"matchManagers": [
"composer"
],
"enabled": false
},
{
"groupName": "JavaScript - Language versions - Skipped to update manually",
"groupSlug": "js-language-versions",
"matchDepNames": [
"node",
"yarn"
],
"matchManagers": [
"npm"
],
"enabled": false
},
{
"groupName": "Major all - skipped to update manually",
"groupName": "PHP - All packages - Major - Skipped to update manually",
"groupSlug": "php-all-major",
"matchDatasources": [
"packagist"
],
Expand All @@ -48,8 +63,8 @@
]
},
{
"groupName": "Minor and Patch Contrib",
"groupSlug": "drupal-minor-patch-contrib",
"groupName": "PHP - All packages except core - Minor and patch",
"groupSlug": "php-all-except-core-minor-patch",
"matchDatasources": [
"packagist"
],
Expand All @@ -69,8 +84,8 @@
]
},
{
"groupName": "Minor and Patch Core",
"groupSlug": "drupal-minor-patch-core",
"groupName": "PHP - Drupal core - Minor and patch",
"groupSlug": "php-drupal-core-minor-patch",
"matchFileNames": [
"composer.json"
],
Expand All @@ -92,7 +107,8 @@
]
},
{
"groupName": "Non-root npm - skipped",
"groupName": "JavaScript - Non-root packages - Skipped to update manually",
"groupSlug": "js-non-root",
"matchDatasources": [
"npm"
],
Expand All @@ -105,7 +121,8 @@
]
},
{
"groupName": "Major npm - skipped to update manually",
"groupName": "JavaScript - All packages - Major - Skipped to update manually",
"groupSlug": "js-all-major",
"matchDatasources": [
"npm"
],
Expand All @@ -121,8 +138,8 @@
]
},
{
"groupName": "Minor and Patch npm",
"groupSlug": "npm-minor-patch",
"groupName": "JavaScript - All packages - Minor and patch",
"groupSlug": "js-all-minor-patch",
"matchDatasources": [
"npm"
],
Expand All @@ -138,8 +155,8 @@
]
},
{
"groupName": "Container images",
"groupSlug": "docker",
"groupName": "Container images - All - Major, minor and patch",
"groupSlug": "container-images-all-major-minor-patch",
"matchFileNames": [
".docker/**"
],
Expand All @@ -153,8 +170,8 @@
]
},
{
"groupName": "GitHub Actions",
"groupSlug": "github-actions",
"groupName": "GitHub Actions - All - Major, minor and patch",
"groupSlug": "github-actions-all-major-minor-patch",
"schedule": [
"before 3am"
],
Expand Down
47 changes: 32 additions & 15 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,31 @@
],
"packageRules": [
{
"groupName": "PHP - Language version - Skipped to update manually",
"groupSlug": "php-language-version",
"matchDepNames": [
"php"
],
"matchFileNames": [
"composer.json"
"matchManagers": [
"composer"
],
"enabled": false
},
{
"groupName": "JavaScript - Language versions - Skipped to update manually",
"groupSlug": "js-language-versions",
"matchDepNames": [
"node",
"yarn"
],
"matchManagers": [
"npm"
],
"enabled": false
},
{
"groupName": "Major all - skipped to update manually",
"groupName": "PHP - All packages - Major - Skipped to update manually",
"groupSlug": "php-all-major",
"matchDatasources": [
"packagist"
],
Expand All @@ -51,8 +66,8 @@
]
},
{
"groupName": "Minor and Patch Contrib",
"groupSlug": "drupal-minor-patch-contrib",
"groupName": "PHP - All packages except core - Minor and patch",
"groupSlug": "php-all-except-core-minor-patch",
"matchDatasources": [
"packagist"
],
Expand All @@ -72,8 +87,8 @@
]
},
{
"groupName": "Minor and Patch Core",
"groupSlug": "drupal-minor-patch-core",
"groupName": "PHP - Drupal core - Minor and patch",
"groupSlug": "php-drupal-core-minor-patch",
"matchFileNames": [
"composer.json"
],
Expand All @@ -95,7 +110,8 @@
]
},
{
"groupName": "Non-root npm - skipped",
"groupName": "JavaScript - Non-root packages - Skipped to update manually",
"groupSlug": "js-non-root",
"matchDatasources": [
"npm"
],
Expand All @@ -108,7 +124,8 @@
]
},
{
"groupName": "Major npm - skipped to update manually",
"groupName": "JavaScript - All packages - Major - Skipped to update manually",
"groupSlug": "js-all-major",
"matchDatasources": [
"npm"
],
Expand All @@ -124,8 +141,8 @@
]
},
{
"groupName": "Minor and Patch npm",
"groupSlug": "npm-minor-patch",
"groupName": "JavaScript - All packages - Minor and patch",
"groupSlug": "js-all-minor-patch",
"matchDatasources": [
"npm"
],
Expand All @@ -141,8 +158,8 @@
]
},
{
"groupName": "Container images",
"groupSlug": "docker",
"groupName": "Container images - All - Major, minor and patch",
"groupSlug": "container-images-all-major-minor-patch",
"matchFileNames": [
".docker/**"
],
Expand All @@ -156,8 +173,8 @@
]
},
{
"groupName": "GitHub Actions",
"groupSlug": "github-actions",
"groupName": "GitHub Actions - All - Major, minor and patch",
"groupSlug": "github-actions-all-major-minor-patch",
"schedule": [
"before 3am"
],
Expand Down