Skip to content

Commit 0c9f786

Browse files
committed
fix: Updated dependabot.yml
1 parent f2747f1 commit 0c9f786

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/dependabot.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
# package ecosystems to update and where the package manifests are located.
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
65
version: 2
76
updates:
87
# Go 모듈을 위한 설정
9-
- package-ecosystem: "go-mod" # Go 모듈 사용
10-
directory: "/" # 의존성 파일이 위치한 디렉터리 (루트 디렉터리)
8+
- package-ecosystem: gomod # Go 모듈 사용
9+
directory: / # 의존성 파일이 위치한 디렉터리 (루트 디렉터리)
1110
schedule:
12-
interval: "weekly" # 의존성 업데이트 주기 (daily, weekly, monthly 중 선택 가능)
11+
interval: weekly # 의존성 업데이트 주기 (daily, weekly, monthly 중 선택 가능)
1312
labels:
1413
- "dependencies" # PR에 붙일 라벨 (선택 사항)

0 commit comments

Comments
 (0)