diff options
author | Joas Schilling <coding@schilljs.com> | 2021-11-11 10:11:09 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-11-11 10:11:09 +0100 |
commit | 8e12ac290fddd903b665bbe4492ff1157aed16fb (patch) | |
tree | 9f3005f5c11a14e9d22126d70aa8605ecb6d6788 /.github | |
parent | 3b22bc318379df7f77876c2b8183d0cc12527b0e (diff) | |
download | nextcloud-server-8e12ac290fddd903b665bbe4492ff1157aed16fb.tar.gz nextcloud-server-8e12ac290fddd903b665bbe4492ff1157aed16fb.zip |
Master is now 24
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5166c85b7f8..02d491a942a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,7 +62,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable20 + target-branch: stable21 labels: - "3. to review" - "feature: dependencies" @@ -80,7 +80,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable21 + target-branch: stable22 labels: - "3. to review" - "feature: dependencies" @@ -98,7 +98,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable22 + target-branch: stable23 labels: - "3. to review" - "feature: dependencies" @@ -117,7 +117,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable20 + target-branch: stable21 labels: - "3. to review" - "feature: dependencies" @@ -135,7 +135,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable21 + target-branch: stable22 labels: - "3. to review" - "feature: dependencies" @@ -153,7 +153,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable22 + target-branch: stable23 labels: - "3. to review" - "feature: dependencies" |