Add Dependabot config to keep Github Actions up-to-date

This commit is contained in:
Jon Koops 2022-04-05 18:47:32 +02:00 committed by Bruno Oliveira da Silva
parent 7652bbfcd1
commit 034748ed0a

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 999
rebase-strategy: disabled
schedule:
interval: weekly
labels:
- area/dependencies
- area/ci