mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
ci: ignore lukka/run-vcpkg for updates by dependabot
Follow-up for: https://github.com/libevent/libevent/pull/1657
This commit is contained in:
parent
e5181b153e
commit
e0d53cbcd5
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -4,6 +4,9 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
ignore:
|
||||
# Newer versions expect a vcpkg manifest, so stick to v7, that could handle vcpkgArguments
|
||||
- dependency-name: "lukka/run-vcpkg"
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
|
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -265,6 +265,7 @@ jobs:
|
||||
key: ${{ matrix.os }}-${{ matrix.EVENT_MATRIX }}-v4
|
||||
|
||||
- name: Prepare vcpkg
|
||||
# Newer versions expect a vcpkg manifest, so stick to v7, that could handle vcpkgArguments
|
||||
uses: lukka/run-vcpkg@v7
|
||||
id: runvcpkg
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user