Skip to content

Commit abb2248

Browse files
Merge #320
320: 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 389d9fe + 52acaee commit abb2248

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 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

@@ -16,7 +15,6 @@ updates:
1615
time: '04:00'
1716
open-pull-requests-limit: 10
1817
labels:
19-
- skip-changelog
2018
- dependencies
2119
versioning-strategy: increase
2220
rebase-strategy: disabled

.github/release-draft-template.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ template: |
2323
no-changes-template: 'Changes will arrive soon 😎'
2424
sort-direction: 'ascending'
2525
replacers:
26-
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
27-
replace: ''
28-
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
29-
replace: ''
3026
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
3127
replace: ''
3228
- search: '/(?:and )?@meili-bot,?/g'

0 commit comments

Comments
 (0)