Skip to content

Commit c58d12d

Browse files
Configure labels for dependabot and release notes
1 parent ae36894 commit c58d12d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "daily"
9+
labels: []
910
open-pull-requests-limit: 100
1011

1112
- package-ecosystem: maven
1213
directory: "/"
1314
schedule:
1415
interval: "daily"
16+
labels:
17+
- "type: dependency"
1518
open-pull-requests-limit: 100

.github/release.yml

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
changelog:
22
categories:
3-
- title: Dependency updates
3+
4+
- title: ⭐ New Features
45
labels:
5-
- dependencies
6+
- "type: enhancement"
7+
8+
- title: 🐞 Bug Fixes
9+
labels:
10+
- "type: bug"
11+
12+
- title: 📔 Documentation
13+
labels:
14+
- "type: documentation"
15+
16+
- title: 🔨 Dependency Upgrades
17+
labels:
18+
- "type: dependency"
19+
620
- title: Other Changes
721
labels:
822
- "*"

0 commit comments

Comments
 (0)