diff options
author | Joas Schilling <coding@schilljs.com> | 2021-06-24 13:20:37 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-06-24 13:20:37 +0200 |
commit | 15e59a686ddda5bd4f4aa42beeebb5b0c5846c51 (patch) | |
tree | 16f8b2435d352b1c0142798cf57a0203aba1082d /.github | |
parent | 8b0448d4076f0de9b851c567d2ee941ff3d8a53e (diff) | |
download | nextcloud-server-15e59a686ddda5bd4f4aa42beeebb5b0c5846c51.tar.gz nextcloud-server-15e59a686ddda5bd4f4aa42beeebb5b0c5846c51.zip |
Update dependabot config too
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 f0d7b74d4d4..5166c85b7f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,7 +62,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable19 + target-branch: stable20 labels: - "3. to review" - "feature: dependencies" @@ -80,7 +80,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable20 + target-branch: stable21 labels: - "3. to review" - "feature: dependencies" @@ -98,7 +98,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable21 + target-branch: stable22 labels: - "3. to review" - "feature: dependencies" @@ -117,7 +117,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable19 + target-branch: stable20 labels: - "3. to review" - "feature: dependencies" @@ -135,7 +135,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable20 + target-branch: stable21 labels: - "3. to review" - "feature: dependencies" @@ -153,7 +153,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable21 + target-branch: stable22 labels: - "3. to review" - "feature: dependencies" |