diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fa8a215ac1..1fe4bf9ff6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -57,26 +57,6 @@ updates: # Main stableXX npm -- package-ecosystem: npm - directory: "/" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris - target-branch: stable25 - 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"] - # Disable automatic rebasing because without a build CI will likely fail anyway - rebase-strategy: "disabled" - - package-ecosystem: npm directory: "/" schedule: @@ -117,25 +97,27 @@ 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: stable28 + 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"] + # Disable automatic rebasing because without a build CI will likely fail anyway + rebase-strategy: "disabled" + # Testing StableXX composer -- package-ecosystem: composer - directory: "/build/integration" - schedule: - interval: weekly - day: saturday - time: "03:00" - timezone: Europe/Paris - target-branch: stable25 - 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"] - - package-ecosystem: composer directory: "/build/integration" schedule: @@ -172,6 +154,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: stable28 + 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 051bf4d1f40..f9a61de40d8 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"] + branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"] name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index 38865663c7c..000fc5c180b 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] + branches: ["master", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"] name: update-ca-certificate-bundle-${{ matrix.branches }} diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 1f3998759e1..a31128042a1 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable27", "stable26", "stable25"] + branches: ["master", "stable28", "stable27", "stable26"] name: update-psalm-baseline-${{ matrix.branches }}