Skip to content

Commit 16e4d4b

Browse files
Merge #424
424: 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. Co-authored-by: meili-bot <[email protected]>
2 parents 1c3652a + a9d18c9 commit 16e4d4b

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
@@ -5,6 +5,5 @@ updates:
55
schedule:
66
interval: "monthly"
77
labels:
8-
- 'skip-changelog'
98
- 'dependencies'
109
rebase-strategy: disabled

.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
template: |
@@ -27,8 +28,6 @@ template: |
2728
no-changes-template: 'Changes are coming soon 😎'
2829
sort-direction: 'ascending'
2930
replacers:
30-
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
31-
replace: ''
3231
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
3332
replace: ''
3433
- search: '/(?:and )?@meili-bot,?/g'

0 commit comments

Comments
 (0)