From 4f4cdf605b83da707d5cba436f4411409f574e99 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 8 Jun 2024 14:48:23 +0200 Subject: [PATCH] chore(dependabot): Also update `stable1` branch Signed-off-by: Ferdinand Thiessen --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31be259..e217ed8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ version: 2 updates: - package-ecosystem: npm + target-branch: "main" directory: "/" schedule: interval: "weekly" @@ -12,3 +13,13 @@ updates: timezone: "Europe/Paris" open-pull-requests-limit: 10 versioning-strategy: "increase" + - package-ecosystem: npm + target-branch: "stable1" + directory: "/" + schedule: + interval: "weekly" + day: "saturday" + time: "03:00" + timezone: "Europe/Paris" + open-pull-requests-limit: 10 + versioning-strategy: "increase" \ No newline at end of file