Skip to content

Commit

Permalink
Use Custom Labels for dependabot PRs (python-telegram-bot#4621)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi authored Dec 30, 2024
1 parent a6cd9c5 commit f7a3f67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ updates:
schedule:
interval: "weekly"
day: "friday"
labels:
- "⚙️ dependencies"
- "🔗 python"

# Updates the dependencies of the GitHub Actions workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
day: "friday"
labels:
- "⚙️ dependencies"
- "🔗 github-actions"

0 comments on commit f7a3f67

Please sign in to comment.