Skip to content

Commit 85b9811

Browse files
authored
chore: update dependabot settings (#1338)
1 parent a331fb4 commit 85b9811

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: 'npm'
4+
target-branch: 'dev'
45
schedule:
56
interval: 'daily'
67
time: '02:00'
@@ -9,7 +10,8 @@ updates:
910
include: scope
1011
directory: '/'
1112

12-
- package-ecosystem: 'npm'
13+
- package-ecosystem: 'gradle'
14+
target-branch: 'dev'
1315
schedule:
1416
interval: 'daily'
1517
time: '02:00'
@@ -19,6 +21,7 @@ updates:
1921
directory: '/packages/ide/jetbrains'
2022

2123
- package-ecosystem: 'npm'
24+
target-branch: 'dev'
2225
schedule:
2326
interval: 'daily'
2427
time: '02:00'
@@ -28,6 +31,7 @@ updates:
2831
directory: '/packages/language'
2932

3033
- package-ecosystem: 'npm'
34+
target-branch: 'dev'
3135
schedule:
3236
interval: 'daily'
3337
time: '02:00'
@@ -37,6 +41,7 @@ updates:
3741
directory: '/packages/misc/redwood'
3842

3943
- package-ecosystem: 'npm'
44+
target-branch: 'dev'
4045
schedule:
4146
interval: 'daily'
4247
time: '02:00'
@@ -46,6 +51,7 @@ updates:
4651
directory: '/packages/plugins/openapi'
4752

4853
- package-ecosystem: 'npm'
54+
target-branch: 'dev'
4955
schedule:
5056
interval: 'daily'
5157
time: '02:00'
@@ -55,6 +61,7 @@ updates:
5561
directory: '/packages/plugins/swr'
5662

5763
- package-ecosystem: 'npm'
64+
target-branch: 'dev'
5865
schedule:
5966
interval: 'daily'
6067
time: '02:00'
@@ -64,6 +71,7 @@ updates:
6471
directory: '/packages/plugins/tanstack-query'
6572

6673
- package-ecosystem: 'npm'
74+
target-branch: 'dev'
6775
schedule:
6876
interval: 'daily'
6977
time: '02:00'
@@ -73,6 +81,7 @@ updates:
7381
directory: '/packages/plugins/trpc'
7482

7583
- package-ecosystem: 'npm'
84+
target-branch: 'dev'
7685
schedule:
7786
interval: 'daily'
7887
time: '02:00'
@@ -82,6 +91,7 @@ updates:
8291
directory: '/packages/runtime'
8392

8493
- package-ecosystem: 'npm'
94+
target-branch: 'dev'
8595
schedule:
8696
interval: 'daily'
8797
time: '02:00'
@@ -91,6 +101,7 @@ updates:
91101
directory: '/packages/sdk'
92102

93103
- package-ecosystem: 'npm'
104+
target-branch: 'dev'
94105
schedule:
95106
interval: 'daily'
96107
time: '02:00'
@@ -100,6 +111,7 @@ updates:
100111
directory: '/packages/server'
101112

102113
- package-ecosystem: 'npm'
114+
target-branch: 'dev'
103115
schedule:
104116
interval: 'daily'
105117
time: '02:00'
@@ -109,6 +121,7 @@ updates:
109121
directory: '/packages/testtools'
110122

111123
- package-ecosystem: 'github-actions'
124+
target-branch: 'dev'
112125
schedule:
113126
interval: 'daily'
114127
time: '02:00'

0 commit comments

Comments
 (0)