Skip to content

Commit 51e1ab5

Browse files
authored
Disable dependabot automatic labels (#36203)
Disable dependabot's [automatic labels](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#labels--), we have `actions/labeler` to do this job. After this is merged, I will delete the labels `dependencies` and `github_actions` that dependabot had created.
1 parent 5fa40ba commit 51e1ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2
22

33
updates:
44
- package-ecosystem: github-actions
5+
labels: []
56
directory: /
67
schedule:
78
interval: daily

0 commit comments

Comments
 (0)