chore: Update CI for new v6.0.0 branch

This commit is contained in:
Joachim Van Herwegen
2022-08-08 13:01:52 +02:00
parent 17d0413923
commit cc88cb66d7
2 changed files with 2 additions and 2 deletions

View File

@@ -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: "*"

View File

@@ -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