ci: add dependabot to auto-update github actions (#22341)

This will ensure we don't accidentally have outdated actions.
This commit is contained in:
Vedant 2023-02-21 02:54:27 +05:30 committed by GitHub
parent 3264cb294e
commit 96b6b27f74
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: "daily"