Skip to content

Commit 5e27e17

Browse files
Merge #1047
1047: 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 <74670311+meili-bot@users.noreply.github.com>
2 parents 4983e12 + b1f9c22 commit 5e27e17

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ updates:
55
schedule:
66
interval: "monthly"
77
labels:
8-
- 'skip-changelog'
98
- 'dependencies'
109
rebase-strategy: disabled
1110

@@ -17,7 +16,6 @@ updates:
1716
open-pull-requests-limit: 10
1817
versioning-strategy: increase
1918
labels:
20-
- skip-changelog
2119
- dependencies
2220
rebase-strategy: auto
2321
groups:
@@ -42,7 +40,6 @@ updates:
4240
open-pull-requests-limit: 10
4341
versioning-strategy: increase
4442
labels:
45-
- skip-changelog
4643
- dependencies
4744
rebase-strategy: disabled
4845
allow:

.github/release-draft-template.yml

Lines changed: 1 addition & 4 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,10 +28,6 @@ template: |
2728
no-changes-template: 'Changes are coming soon 😎'
2829
sort-direction: 'ascending'
2930
replacers:
30-
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
31-
replace: ''
32-
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
33-
replace: ''
3431
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
3532
replace: ''
3633
- search: '/(?:and )?@meili-bot,?/g'

0 commit comments

Comments
 (0)