sintonia/.github/dependabot.yml

73 lines
1.7 KiB
YAML
Raw Normal View History

2021-06-07 20:11:19 +02:00
# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2021-09-18 17:12:46 +02:00
labels:
- ci
- dependencies
2021-06-07 20:11:19 +02:00
# TODO: Enable when the future Dockerfiles lands in the repository
# Maintain dependencies for Docker files
# - package-ecosystem: "docker"
# directory: "/docker"
# schedule:
# interval: "weekly"
2021-09-18 17:12:46 +02:00
# labels:
# - docker
# - dependencies
2021-06-07 20:11:19 +02:00
# Maintain dependencies for Python apps
- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "daily"
2021-09-18 17:12:46 +02:00
labels:
- python
- dependencies
2021-06-07 20:11:19 +02:00
- package-ecosystem: "pip"
directory: "/python_apps/airtime_analyzer"
schedule:
interval: "daily"
2021-09-18 17:12:46 +02:00
labels:
- python
- dependencies
2021-06-07 20:11:19 +02:00
- package-ecosystem: "pip"
directory: "/python_apps/airtime-celery"
schedule:
interval: "daily"
2021-09-18 17:12:46 +02:00
labels:
- python
- dependencies
2021-06-07 20:11:19 +02:00
- package-ecosystem: "pip"
directory: "/python_apps/api_clients"
schedule:
interval: "daily"
2021-09-18 17:12:46 +02:00
labels:
- python
- dependencies
2021-06-07 20:11:19 +02:00
- package-ecosystem: "pip"
directory: "/python_apps/pypo"
schedule:
interval: "daily"
2021-09-18 17:12:46 +02:00
labels:
- python
- dependencies
2021-06-07 20:11:19 +02:00
# TODO: Enable when the future UI lands in the repository
# Maintain dependencies for NPM packages
# - package-ecosystem: "npm"
# directory: "/ui"
# schedule:
# interval: "daily"
2021-09-18 17:12:46 +02:00
# labels:
# - javascript
# - dependencies