We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dependabot.yml
1 parent f2747f1 commit 0c9f786Copy full SHA for 0c9f786
.github/dependabot.yml
@@ -2,13 +2,12 @@
2
# package ecosystems to update and where the package manifests are located.
3
# Please see the documentation for all configuration options:
4
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
-
6
version: 2
7
updates:
8
# Go 모듈을 위한 설정
9
- - package-ecosystem: "go-mod" # Go 모듈 사용
10
- directory: "/" # 의존성 파일이 위치한 디렉터리 (루트 디렉터리)
+ - package-ecosystem: gomod # Go 모듈 사용
+ directory: / # 의존성 파일이 위치한 디렉터리 (루트 디렉터리)
11
schedule:
12
- interval: "weekly" # 의존성 업데이트 주기 (daily, weekly, monthly 중 선택 가능)
+ interval: weekly # 의존성 업데이트 주기 (daily, weekly, monthly 중 선택 가능)
13
labels:
14
- "dependencies" # PR에 붙일 라벨 (선택 사항)
0 commit comments