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