feat(update): integrate dependabot for gh actions (#900)

* dependabot will check weekly, if the gh actions have new versions
  available and will open a pr, if necessary
This commit is contained in:
a-kenji 2021-11-25 17:44:18 +01:00 committed by GitHub
parent 10ced5a3cd
commit d3505ba52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"