Include GitHub actions in Dependabot config

See gh-31567
This commit is contained in:
naveen 2022-07-04 01:30:07 +00:00 committed by Stephane Nicoll
parent bfb4cdec98
commit 45f207d6fd

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

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