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