diff options
| author | 장준형 <89409079+JunHyungJang@users.noreply.github.com> | 2024-07-16 11:48:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 22:48:59 -0400 |
| commit | 7a515c6432e6e323fdd739b8594feb6113cd8417 (patch) | |
| tree | 3b9e60eb4767c3b5bc24d401f875240a8a090b97 | |
| parent | 24f681557c5bc0dbea12793760275efb0836f2f3 (diff) | |
Update dependabot (#775)
Signed-off-by: junhyungjang <jsy3535@dgist.ac.kr>
| -rw-r--r-- | .github/dependabot.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..46a81a9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly" + ignore: + - dependency-name: k8s.io/* + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "docker" + directory: "/test/e2e/containers" + schedule: + interval: "monthly" + + - package-ecosystem: "docker" + directory: "/test/e2e/images/test-image" + schedule: + interval: "monthly" + |
