mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-04 02:36:27 +00:00
Merge pull request #5900 from meilisearch/show-dependencies
Show Dependabot dependency upgrade in the changelog
This commit is contained in:
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@@ -7,6 +7,5 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
labels:
|
labels:
|
||||||
- 'skip changelog'
|
|
||||||
- 'dependencies'
|
- 'dependencies'
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
|
6
.github/release-draft-template.yml
vendored
6
.github/release-draft-template.yml
vendored
@@ -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: ''
|
|
||||||
|
Reference in New Issue
Block a user