This file configures Dependabot to check for updates to GitHub Actions and vcpkg on a weekly basis.
13 lines
233 B
YAML
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
|