mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update CI files to point at new versions branch
This commit is contained in:
parent
c4337a6d90
commit
c356f7e6d2
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -14,7 +14,7 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "03:35"
|
time: "03:35"
|
||||||
timezone: "Europe/Brussels"
|
timezone: "Europe/Brussels"
|
||||||
target-branch: "versions/6.0.0"
|
target-branch: "versions/next-major"
|
||||||
ignore:
|
ignore:
|
||||||
# Ignore minor and patch version updates
|
# Ignore minor and patch version updates
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
|
2
.github/workflows/schedule.yml
vendored
2
.github/workflows/schedule.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
branch:
|
branch:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'versions/6.0.0'
|
- 'versions/next-major'
|
||||||
uses: ./.github/workflows/cth-test.yml
|
uses: ./.github/workflows/cth-test.yml
|
||||||
with:
|
with:
|
||||||
branch: ${{ matrix.branch }}
|
branch: ${{ matrix.branch }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user