Skip to content

Commit 59d5e72

Browse files
authoredJun 25, 2024··
🔧 automate Labeling PRs by Dependabot (#628)
1 parent 535c297 commit 59d5e72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
interval: "weekly"
99
commit-message:
1010
prefix: ⬆
11+
labels:
12+
- "upgrade"
1113
# Python
1214
- package-ecosystem: "pip"
1315
directory: "/"
@@ -19,3 +21,5 @@ updates:
1921
- "*"
2022
commit-message:
2123
prefix: ⬆
24+
labels:
25+
- "upgrade"

0 commit comments

Comments
 (0)
Please sign in to comment.