Update dependabot.yml (#6756)

This commit is contained in:
tooomm
2026-04-01 14:54:27 +02:00
committed by GitHub
parent 9dfac77ba2
commit ba786a0289

View File

@@ -9,6 +9,9 @@ updates:
- package-ecosystem: "gitsubmodule"
# Look for `.gitmodules` in the `root` directory
directory: "/"
ignore:
# Ignore updates for vcpkg (Bump to latest tag not working (no SemVer used) & macOS Intel triplet broken with newer releases)
- dependency-name: "vcpkg"
# Check for updates once a month
schedule:
interval: "monthly"