hnix/.github/dependabot.yml
Anton-Latukha 34bd9107e2 add dependabot: make it update GitHub Actions
It is a basic configuration.
2021-11-02 13:31:43 +02:00

9 lines
163 B
YAML

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