Skip to content

Commit

Permalink
chore(dependabot): Also update stable1 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jun 8, 2024
1 parent 99c3dde commit 4f4cdf6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
version: 2
updates:
- package-ecosystem: npm
target-branch: "main"
directory: "/"
schedule:
interval: "weekly"
Expand All @@ -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"

0 comments on commit 4f4cdf6

Please sign in to comment.