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