8000 Use Custom Labels for `dependabot` PRs (#4621) · vavasik800/python-telegram-bot@f7a3f67 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7a3f67

Browse files
authored
Use Custom Labels for dependabot PRs (python-telegram-bot#4621)
1 parent a6cd9c5 commit f7a3f67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ updates:
55
schedule:
66
interval: "weekly"
77
day: "friday"
8+
labels:
9+
- "⚙️ dependencies"
10+
- "🔗 python"
811

912
# Updates the dependencies of the GitHub Actions workflows
1013
- package-ecosystem: "github-actions"
1114
directory: "/"
1215
schedule:
1316
interval: "monthly"
1417
day: "friday"
18+
labels:
19+
- "⚙️ dependencies"
20+
- "🔗 github-actions"

0 commit comments

Comments
 (0)
0