1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00
nginx-proxy/.github/dependabot.yml

23 lines
467 B
YAML
Raw Normal View History

version: 2
updates:
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
2023-01-23 23:24:58 +01:00
commit-message:
prefix: "build"
labels:
2021-06-15 23:32:38 +02:00
- "type/build"
- "scope/dockerfile"
# Maintain Python dependencies (test suite)
- package-ecosystem: "pip"
directory: "/test/requirements"
schedule:
interval: "daily"
2023-01-23 23:24:58 +01:00
commit-message:
prefix: "ci"
labels:
- "type/ci"