Skip to content

Commit d778e1d

Browse files
committed
[INTERNAL] Disable automatic dependabot updates for v2 branch
1 parent cece719 commit d778e1d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 2
22
updates:
3-
# Default Branch
43
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
@@ -16,21 +15,3 @@ updates:
1615
- RandomByte
1716
- matz3
1817
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)