Merge pull request #5900 from meilisearch/show-dependencies

Show Dependabot dependency upgrade in the changelog
This commit is contained in:
Clément Renault
2025-09-25 16:04:03 +00:00
committed by GitHub
2 changed files with 1 additions and 6 deletions

View File

@@ -7,6 +7,5 @@ updates:
schedule: schedule:
interval: "monthly" interval: "monthly"
labels: labels:
- 'skip changelog'
- 'dependencies' - 'dependencies'
rebase-strategy: disabled rebase-strategy: disabled

View File

@@ -18,6 +18,7 @@ categories:
label: 'security' label: 'security'
- title: '⚙️ Maintenance/misc' - title: '⚙️ Maintenance/misc'
label: label:
- 'dependencies'
- 'maintenance' - 'maintenance'
- 'documentation' - 'documentation'
template: | template: |
@@ -26,8 +27,3 @@ template: |
❤️ Huge thanks to our contributors: $CONTRIBUTORS. ❤️ Huge thanks to our contributors: $CONTRIBUTORS.
no-changes-template: 'Changes are coming soon 😎' no-changes-template: 'Changes are coming soon 😎'
sort-direction: 'ascending' sort-direction: 'ascending'
replacers:
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
replace: ''
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
replace: ''