Skip to content

Commit

Permalink
Configure labels for dependabot and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickGotthard committed Dec 28, 2021
1 parent ae36894 commit c58d12d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ updates:
directory: "/"
schedule:
interval: "daily"
labels: []
open-pull-requests-limit: 100

- package-ecosystem: maven
directory: "/"
schedule:
interval: "daily"
labels:
- "type: dependency"
open-pull-requests-limit: 100
18 changes: 16 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
changelog:
categories:
- title: Dependency updates

- title: ⭐ New Features
labels:
- dependencies
- "type: enhancement"

- title: 🐞 Bug Fixes
labels:
- "type: bug"

- title: 📔 Documentation
labels:
- "type: documentation"

- title: 🔨 Dependency Upgrades
labels:
- "type: dependency"

- title: Other Changes
labels:
- "*"

0 comments on commit c58d12d

Please sign in to comment.