summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-28 13:12:48 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-28 13:12:48 +0100
commit851461f8090f901b6b2822865036a64acb2597c0 (patch)
tree1fc4046b54da60cae94b9ebdf7dd7d51d088a429 /.github
parent95079e3d51006ceff1f6e6ff5581332c51749ef5 (diff)
feat(deps): Add Nextcloud 30 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml12
-rw-r--r--.github/workflows/update-nextcloud-ocp.yml2
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 31f6b94f0..c9f6b0ebc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -63,7 +63,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable28
+ target-branch: stable29
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
@@ -76,7 +76,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable27
+ target-branch: stable28
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
@@ -89,7 +89,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable26
+ target-branch: stable27
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
@@ -102,7 +102,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable28
+ target-branch: stable29
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
@@ -115,7 +115,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable27
+ target-branch: stable28
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
@@ -128,7 +128,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
- target-branch: stable26
+ target-branch: stable27
open-pull-requests-limit: 10
ignore:
# ignore all GitHub linguist patch updates
diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index a3945d5e5..af3988b76 100644
--- a/.github/workflows/update-nextcloud-ocp.yml
+++ b/.github/workflows/update-nextcloud-ocp.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
+ branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
name: update-nextcloud-ocp-${{ matrix.branches }}