Skip to content

Commit 1938d9e

Browse files
authored
Capture dependabot dependency updates into release notes and changelog (#20267)
1 parent fe51de9 commit 1938d9e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ changelog:
66
- CI
77
- Tests
88
- Cleanup
9-
- dependencies
109
- checkpoint_merge
1110
- Exclude_Notes
1211
- GUI-Pin
1312
authors:
1413
- octocat
15-
- dependabot
1614
- snyk-bot
1715
- github-actions
1816
categories:
@@ -22,6 +20,7 @@ changelog:
2220
- title: Changed
2321
labels:
2422
- Changed
23+
- dependencies
2524
- title: Fixed
2625
labels:
2726
- Fixed

.github/workflows/require-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
mode: exactly
2020
count: 1
21-
labels: "Added, Changed, Fixed"
21+
labels: "Added, Changed, Fixed, dependencies"
2222
exit_type: success
2323
- run: echo SUCCESS
2424
if: steps.check-labels.outputs.status == 'success'

0 commit comments

Comments
 (0)