Skip to content

Commit 7eb2248

Browse files
authored
Apply developer label to dependency updates (#4105)
The developer label is in the `INTERESTING_CATEGORIES` list of the GitHub action for continuous delivery. Dependency updates to the plugin BOM are the primary purpose of the plugin BOM. It seems reasonable that they should use a label that shows the change as interesting for the continuous delivery process.
1 parent 47e6107 commit 7eb2248

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ updates:
2121
# Should have been 1.27.0
2222
- dependency-name: "com.sonyericsson.jenkins.plugins.bfa:build-failure-analyzer"
2323
versions: ["2.27.0"]
24+
labels:
25+
# dependency updates to plugin BOM are developer relevant changes
26+
# developer label assures CD process will release with this change
27+
# https://github.com/jenkinsci/bom/issues/4092#issuecomment-2544153741
28+
- "developer"
2429
- package-ecosystem: "github-actions"
2530
directory: "/"
2631
schedule:

0 commit comments

Comments
 (0)