Skip to content

Commit

Permalink
Apply developer label to dependency updates (#4105)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MarkEWaite authored Dec 16, 2024
1 parent 47e6107 commit 7eb2248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ updates:
# Should have been 1.27.0
- dependency-name: "com.sonyericsson.jenkins.plugins.bfa:build-failure-analyzer"
versions: ["2.27.0"]
labels:
# dependency updates to plugin BOM are developer relevant changes
# developer label assures CD process will release with this change
# https://github.com/jenkinsci/bom/issues/4092#issuecomment-2544153741
- "developer"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 7eb2248

Please sign in to comment.