ansible-role-nginx/.github/dependabot.yml

12 lines
239 B
YAML
Raw Normal View History

2021-01-20 18:52:28 +01:00
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2021-01-20 18:52:28 +01:00
- package-ecosystem: "pip"
directory: "/.github/workflows/requirements"
2021-01-20 18:52:28 +01:00
schedule:
interval: "weekly"