diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55d5c7fdc2..aa627932d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris + cooldown: + default-days: 10 open-pull-requests-limit: 10 labels: - "3. to review" @@ -21,6 +23,8 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris + cooldown: + default-days: 10 versioning-strategy: "increase" open-pull-requests-limit: 10 labels: @@ -34,6 +38,8 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris + cooldown: + default-days: 10 labels: - "3. to review" - "dependencies" @@ -46,7 +52,9 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable31 + cooldown: + default-days: 10 + target-branch: stable32 labels: - "3. to review" - "dependencies" @@ -63,7 +71,9 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable32 + cooldown: + default-days: 10 + target-branch: stable33 labels: - "3. to review" - "dependencies" @@ -80,7 +90,9 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable33 + cooldown: + default-days: 10 + target-branch: stable34 labels: - "3. to review" - "dependencies" diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 3159e6fa59..aaccfd042a 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -26,9 +26,9 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable34' - 'stable33' - 'stable32' - - 'stable31' name: npm-audit-fix-${{ matrix.branches }} diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 3e201e5f00..4b4ae72954 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -26,9 +26,9 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable34' - 'stable33' - 'stable32' - - 'stable31' name: update-nextcloud-ocp-${{ matrix.branches }}