Skip to content

Commit 752afde

Browse files
authored
Update dependabot and release template configuration (#397)
* Update .github/dependabot.yml * Update .github/release-draft-template.yml
1 parent a5a19d8 commit 752afde

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
@@ -9,14 +9,12 @@ updates:
99
open-pull-requests-limit: 10
1010
labels:
1111
- dependencies
12-
- skip-changelog
1312
rebase-strategy: disabled
1413

1514
- package-ecosystem: "github-actions"
1615
directory: "/"
1716
schedule:
1817
interval: "monthly"
1918
labels:
20-
- 'skip-changelog'
2119
- 'dependencies'
2220
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)