From cc88cb66d7aa4c6cfbaa8783c3a749df9ac1dee5 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 8 Aug 2022 13:01:52 +0200 Subject: [PATCH] chore: Update CI for new v6.0.0 branch --- .github/dependabot.yml | 2 +- .github/workflows/schedule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2462623de..942501c73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: interval: "daily" time: "03:35" timezone: "Europe/Brussels" - target-branch: "versions/5.0.0" + target-branch: "versions/6.0.0" ignore: # Ignore minor and patch version updates - dependency-name: "*" diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 7df3ed21e..407cbabfc 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -14,7 +14,7 @@ jobs: matrix: branch: - 'main' - - 'versions/5.0.0' + - 'versions/6.0.0' timeout-minutes: 10 steps: - name: Use Node.js 16.x