Create dependabot.yml

This commit is contained in:
Alexandre
2022-01-11 10:42:14 +01:00
committed by GitHub
parent ff2062736e
commit 9a9d481bd5

9
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependency-update"