Skip to content

Commit 80337dd

Browse files
meili-botcurquiza
andauthored
Update dependabot and release template configuration (#320)
* Update .github/dependabot.yml * Update .github/release-draft-template.yml * Add missing labels --------- Co-authored-by: curquiza <[email protected]>
1 parent 389d9fe commit 80337dd

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ categories:
1414
label: 'enhancement'
1515
- title: '🐛 Bug Fixes'
1616
label: 'bug'
17+
- title: '⚙️ Maintenance/misc'
18+
label:
19+
- 'dependencies'
20+
- 'maintenance'
21+
- 'documentation'
1722
- title: '🔒 Security'
1823
label: 'security'
1924
template: |
@@ -23,10 +28,6 @@ template: |
2328
no-changes-template: 'Changes will arrive soon 😎'
2429
sort-direction: 'ascending'
2530
replacers:
26-
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
27-
replace: ''
28-
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
29-
replace: ''
3031
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
3132
replace: ''
3233
- search: '/(?:and )?@meili-bot,?/g'

0 commit comments

Comments
 (0)