Skip to content

Commit 78a7dd8

Browse files
flovogtRandomByte
authored andcommitted
[INTERNAL] Enhance Dependabot configuration to cover also v2 branch
1 parent b35c03e commit 78a7dd8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 2
22
updates:
3+
# Default Branch
34
- package-ecosystem: "github-actions"
45
directory: "/"
56
schedule:
@@ -15,3 +16,21 @@ updates:
1516
- RandomByte
1617
- matz3
1718
versioning-strategy: increase
19+
# v2 Branch
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
target-branch: "v2"
25+
- package-ecosystem: npm
26+
directory: "/"
27+
schedule:
28+
interval: weekly
29+
day: sunday
30+
time: "10:00"
31+
timezone: Etc/UCT
32+
target-branch: "v2"
33+
reviewers:
34+
- RandomByte
35+
- matz3
36+
versioning-strategy: increase

0 commit comments

Comments
 (0)