Skip to content

Commit

Permalink
Update release notes for tidiness (#16343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Dec 11, 2024
1 parent 3ea3428 commit 250741a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
directory: '/ui/'
schedule:
interval: "weekly"
labels: ["ui", "development"]
labels: ["ui", "ui-dependency"]

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
5 changes: 5 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# .github/release.yml

changelog:
exclude:
labels:
- ui-dependency # these dont affect user environments
categories:
- title: Breaking Changes ⚠️
labels:
Expand All @@ -26,6 +29,8 @@ changelog:
- title: Development & Tidiness 🧹
labels:
- development
- title: Documentation 📓
labels:
- docs
- title: Uncategorized
labels:
Expand Down

0 comments on commit 250741a

Please sign in to comment.