From 1ffded5eaefef53f9577f6f5602cad4bbf5cd30c Mon Sep 17 00:00:00 2001 From: Philip Top Date: Sun, 5 Feb 2023 07:53:01 -0800 Subject: [PATCH] fix sanitizer CI builds (#840) * update the sanitizers cmake tag reference and the dependabot.yml to specify branch and update time * style: pre-commit.ci fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/dependabot.yml | 4 +++- tests/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d1708..f265d88d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,6 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + target-branch: "main" + open-pull-requests-limit: 10 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1a9ad523..7c2bb7ed 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -4,7 +4,7 @@ if(CLI11_SANITIZERS) sanitizers GIT_REPOSITORY https://github.com/arsenm/sanitizers-cmake.git GIT_SHALLOW 1 - GIT_TAG a6748f4) + GIT_TAG c3dc841) FetchContent_GetProperties(sanitizers)