From: Joas Schilling Date: Wed, 14 Aug 2024 07:54:58 +0000 (+0200) Subject: fix(CI)!: Add stable30 to and remove stable27 from GitHub Actions X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=31b74bc671a7646bbbad69624023ce9dc572c893;p=nextcloud-server.git fix(CI)!: Add stable30 to and remove stable27 from GitHub Actions Signed-off-by: Joas Schilling --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16eb43559b1..988f05ffb3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -138,6 +138,25 @@ updates: # Disable automatic rebasing because without a build CI will likely fail anyway rebase-strategy: "disabled" +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable30 + labels: + - "3. to review" + - "feature: dependencies" + reviewers: + - "nextcloud/server-dependabot" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] + # Disable automatic rebasing because without a build CI will likely fail anyway + rebase-strategy: "disabled" + - package-ecosystem: composer directory: "/build/integration" schedule: @@ -174,6 +193,24 @@ updates: - dependency-name: "*" update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] +- package-ecosystem: composer + directory: "/build/integration" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable30 + labels: + - "3. to review" + - "feature: dependencies" + reviewers: + - "nextcloud/server-dependabot" + ignore: + # ignore all GitHub linguist patch updates + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] + # GitHub Actions - package-ecosystem: "github-actions" directory: "/" diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 64fb9a40676..13caf6990ff 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] + branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index bd268ed838d..29fe83e743f 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['master', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22'] + branches: ['master', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22'] name: update-ca-certificate-bundle-${{ matrix.branches }} diff --git a/.github/workflows/update-code-signing-crl.yml b/.github/workflows/update-code-signing-crl.yml index c19f471eab9..7595eb456ad 100644 --- a/.github/workflows/update-code-signing-crl.yml +++ b/.github/workflows/update-code-signing-crl.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['master', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22'] + branches: ['master', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22'] name: update-code-signing-crl-${{ matrix.branches }} diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 29d794f26f1..1fdf399ebea 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['master', 'stable29', 'stable28', 'stable27'] + branches: ['master', 'stable30', 'stable29', 'stable28'] name: update-psalm-baseline-${{ matrix.branches }}