Skip to content

Commit ff50305

Browse files
authored
Support vcpkg in Dependabot (#1353)
[Dependabot now supports `vcpkg`](https://github.blog/changelog/2025-08-12-dependabot-version-updates-now-support-vcpkg/)
1 parent 6ab22d9 commit ff50305

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "vcpkg"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
37
- package-ecosystem: "github-actions"
48
directory: "/"
59
schedule:

0 commit comments

Comments
 (0)