mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
15 lines
308 B
YAML
15 lines
308 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "pip"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
day: "friday"
|
||
|
|
||
|
# Updates the dependencies of the GitHub Actions workflows
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "monthly"
|
||
|
day: "friday"
|