Add vcpkg

This commit is contained in:
tooomm 2026-08-02 20:23:24 +02:00 committed by GitHub
parent 6766b0af89
commit 5b3e95c7d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,17 @@ updates:
# Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
open-pull-requests-limit: 2
# Enable version updates for vcpkg package manager
# Will not update to next release but bumps baseline every week to most recent commit on master?
- package-ecosystem: "vcpkg"
# Look for `vcpkg.json` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
# Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
open-pull-requests-limit: 1
# # Enable version updates for Docker
# Not yet possible to bump from one LTS version to the next and skip others, see:
# https://github.com/dependabot/dependabot-core/issues/2247
@ -38,4 +49,4 @@ updates:
schedule:
interval: "weekly"
# Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
open-pull-requests-limit: 2
open-pull-requests-limit: 5