mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 18:33:03 -07:00
Add vcpkg
This commit is contained in:
parent
6766b0af89
commit
5b3e95c7d2
1 changed files with 12 additions and 1 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
|
@ -18,6 +18,17 @@ updates:
|
||||||
# Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
|
# 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: 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
|
# # Enable version updates for Docker
|
||||||
# Not yet possible to bump from one LTS version to the next and skip others, see:
|
# Not yet possible to bump from one LTS version to the next and skip others, see:
|
||||||
# https://github.com/dependabot/dependabot-core/issues/2247
|
# https://github.com/dependabot/dependabot-core/issues/2247
|
||||||
|
|
@ -38,4 +49,4 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
# Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
|
# 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue