Skip to content

Commit 9f3739b

Browse files
authored
Update dependabot and release template configuration (#651)
* Update .github/dependabot.yml * Update .github/release-draft-template.yml
1 parent 97c94a2 commit 9f3739b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-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,6 +15,5 @@ updates:
1615
time: "04:00"
1716
open-pull-requests-limit: 10
1817
labels:
19-
- skip-changelog
2018
- dependencies
2119
rebase-strategy: disabled

.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)