From 5b3e95c7d2e78e4950a5b06919b0a3618f41f6d5 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 2 Aug 2026 20:23:24 +0200 Subject: [PATCH] Add `vcpkg` --- .github/dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 404cac62e..f867d359b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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