TelegramAktienBot/.github/dependabot.yml

28 lines
759 B
YAML
Raw Permalink Normal View History

2022-03-17 23:13:09 +00:00
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# API
- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "daily"
2022-03-17 23:31:50 +00:00
open-pull-requests-limit: 100
2022-03-17 23:13:09 +00:00
# Bot
- package-ecosystem: "pip"
directory: "/telegram_bot"
schedule:
interval: "daily"
2022-03-17 23:31:50 +00:00
open-pull-requests-limit: 100
2022-03-17 23:13:09 +00:00
# Frontend
2022-03-17 23:26:23 +00:00
- package-ecosystem: "npm"
2022-03-17 23:26:53 +00:00
directory: "/frontend"
schedule:
interval: "daily"
2022-03-17 23:31:50 +00:00
open-pull-requests-limit: 100