Skip to content

Commit

Permalink
chore: update dependabot settings (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Apr 24, 2024
1 parent a331fb4 commit 85b9811
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
updates:
- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -9,7 +10,8 @@ updates:
include: scope
directory: '/'

- package-ecosystem: 'npm'
- package-ecosystem: 'gradle'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -19,6 +21,7 @@ updates:
directory: '/packages/ide/jetbrains'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -28,6 +31,7 @@ updates:
directory: '/packages/language'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -37,6 +41,7 @@ updates:
directory: '/packages/misc/redwood'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -46,6 +51,7 @@ updates:
directory: '/packages/plugins/openapi'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -55,6 +61,7 @@ updates:
directory: '/packages/plugins/swr'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -64,6 +71,7 @@ updates:
directory: '/packages/plugins/tanstack-query'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -73,6 +81,7 @@ updates:
directory: '/packages/plugins/trpc'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -82,6 +91,7 @@ updates:
directory: '/packages/runtime'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -91,6 +101,7 @@ updates:
directory: '/packages/sdk'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -100,6 +111,7 @@ updates:
directory: '/packages/server'

- package-ecosystem: 'npm'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand All @@ -109,6 +121,7 @@ updates:
directory: '/packages/testtools'

- package-ecosystem: 'github-actions'
target-branch: 'dev'
schedule:
interval: 'daily'
time: '02:00'
Expand Down

0 comments on commit 85b9811

Please sign in to comment.