tstor/.github/dependabot.yml
Antonio Navarro Perez 0a4438b1ad
Docker image (#22)
- Config file now is inside a config folder by default, to make easier
docker integration.
- File not found errors now are debug log outputs.
- Added dependabot integration for github action versions.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-11-14 16:28:50 +01:00

7 lines
162 B
YAML

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"