Skip to content

Commit 422592d

Browse files
Merge #448
448: Update dependabot and release template configuration r=curquiza a=meili-bot _This PR is auto-generated._ This PR makes two changes: 1. Removes 'skip-changelog' label from dependabot.yml configuration 2. Adds 'dependencies' label to the maintenance section in release-draft-template.yml if exists These changes improve dependency management and release categorization. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Adjusted dependency update labeling to ensure such PRs are included in release notes. * **Documentation** * Updated release notes template: added “dependencies” under the Maintenance/misc section for clearer categorization. * Removed an auto-replacement that stripped `@dependabot-preview` mentions, preserving original attributions in release notes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: meili-bot <[email protected]>
2 parents 9f3b0d1 + fb3a23e commit 422592d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ updates:
66
schedule:
77
interval: "monthly"
88
labels:
9-
- 'skip-changelog'
109
- 'dependencies'
1110
rebase-strategy: disabled
1211

.github/release-draft-template.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ categories:
1818
label: 'security'
1919
- title: '⚙️ Maintenance/misc'
2020
label:
21+
- 'dependencies'
2122
- 'maintenance'
2223
- 'documentation'
2324
- 'dependencies'
@@ -28,8 +29,6 @@ template: |
2829
no-changes-template: 'Changes are coming soon 😎'
2930
sort-direction: 'ascending'
3031
replacers:
31-
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
32-
replace: ''
3332
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
3433
replace: ''
3534
- search: '/(?:and )?@meili-bot,?/g'

0 commit comments

Comments
 (0)