Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand All @@ -34,6 +38,8 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
cooldown:
default-days: 10
labels:
- "3. to review"
- "dependencies"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'
- 'stable31'

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'
- 'stable31'

name: update-nextcloud-ocp-${{ matrix.branches }}

Expand Down
Loading