Create dependabot.yml for GitHub Actions and VCPKG (#6658)

This file configures Dependabot to check for updates to GitHub Actions and vcpkg on a weekly basis.
This commit is contained in:
Jamie Magee 2025-07-18 07:49:02 -07:00 committed by GitHub
parent ad39366be4
commit 04305b23f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,12 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "vcpkg"
directory: "/"
schedule:
interval: weekly