Enable Dependabot

This commit is contained in:
Alexander Todorov 2021-09-07 13:50:32 +03:00 committed by Ondřej Budai
parent 2b324d3d89
commit 17dd9582c8

11
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,11 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 5
rebase-strategy: "disabled"