Skip to content

Commit f496f02

Browse files
committed
Make "dependencies" an alias for "topic: infrastructure" label
By default, dependabot adds the "dependencies" repository label to its pull requests, but . The labeling behavior can be customized in the `dependabot.yml` configuration file, but this configuration file is for general outdated dependency updates, whereas many projects use dependabot only for security updates, which are handled by the repository settings rather than the configuration file. It does not appear that there is any way to adjust the label name via the repository settings.
1 parent fac9e8f commit f496f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workflow-templates/assets/sync-labels/universal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
- name: "topic: infrastructure"
7979
color: "00ffff"
8080
description: Related to repository infrastructure
81+
aliases:
82+
- dependencies
8183
- name: "topic: code"
8284
color: "00ffff"
8385
description: Related to content of the project itself

0 commit comments

Comments
 (0)