Skip to content

Commit e4366d2

Browse files
authored
Update dependabot and release template configuration (#823)
* Update .github/dependabot.yml * Update .github/release-draft-template.yml
1 parent 7ef73a5 commit e4366d2

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,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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ categories:
2121
label: 'security'
2222
- title: '⚙️ Maintenance/misc'
2323
label:
24+
- 'dependencies'
2425
- 'maintenance'
2526
- 'documentation'
2627
template: |
@@ -30,10 +31,6 @@ template: |
3031
no-changes-template: 'Changes are coming soon 😎'
3132
sort-direction: 'ascending'
3233
replacers:
33-
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
34-
replace: ''
35-
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
36-
replace: ''
3734
- search: '/(?:and )?@bors(?:\[bot\])?,?/g'
3835
replace: ''
3936
- search: '/(?:and )?@meili-bot,?/g'

0 commit comments

Comments
 (0)