azure-sdk-for-cpp/.github/dependabot.yml
Jamie Magee 04305b23f7
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.
2025-07-18 07:49:02 -07:00

13 lines
233 B
YAML

version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "vcpkg"
directory: "/"
schedule:
interval: weekly