chore: include githubactions in the dependabot config (#13298)

Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
Naveen
2022-06-13 15:37:45 -05:00
committed by GitHub
parent e28b9ff57a
commit 47b2876e80

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

@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "00:00"