1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-18 05:26:05 +02:00
nginx-proxy/.github/dependabot.yml

33 lines
664 B
YAML
Raw Permalink 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: "weekly"
2023-01-23 23:24:58 +01:00
commit-message:
prefix: "ci"
labels:
- "type/ci"
# Maintain GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
labels:
- "type/ci"