Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
version: 2
updates:
# main โ†’ ๋ณด์•ˆ ์—…๋ฐ์ดํŠธ๋งŒ (limit: 0 = ๋ณด์•ˆ PR๋งŒ ํ†ต๊ณผ)
- package-ecosystem: npm
directory: /frontend
schedule:
interval: weekly
open-pull-requests-limit: 0
Comment thread
seongwon030 marked this conversation as resolved.

- package-ecosystem: gradle
directory: /backend
schedule:
interval: weekly
open-pull-requests-limit: 0
Comment thread
seongwon030 marked this conversation as resolved.
Comment thread
coderabbitai[bot] marked this conversation as resolved.

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5

# develop-fe โ†’ ํ”„๋ก ํŠธ์—”๋“œ ์ •๊ธฐ ๋ฒ„์ „ ์—…๋ฐ์ดํŠธ PR
- package-ecosystem: npm
directory: /frontend
target-branch: develop-fe
schedule:
interval: weekly
open-pull-requests-limit: 5

# develop/be โ†’ ๋ฐฑ์—”๋“œ ์ •๊ธฐ ๋ฒ„์ „ ์—…๋ฐ์ดํŠธ PR
- package-ecosystem: gradle
directory: /backend
target-branch: develop/be
schedule:
interval: weekly
open-pull-requests-limit: 5
Loading