Skip to content

Commit

Permalink
add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanxin committed Nov 10, 2023
1 parent 6b4aae1 commit f627a5d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/listener"
labels:
- "go"
- "area/dependency"
schedule:
interval: "daily"
commit-message:
prefix: "chore(dependabot)"
- package-ecosystem: "gomod"
directory: "/runtime-watcher"
labels:
- "go"
- "area/dependency"
schedule:
interval: "daily"
commit-message:
prefix: "chore(dependabot)"
- package-ecosystem: "docker"
directory: "/listener"
labels:
- "docker"
- "area/dependency"
schedule:
interval: "daily"
commit-message:
prefix: "chore(dependabot)"
- package-ecosystem: "docker"
directory: "/runtime-watcher"
labels:
- "docker"
- "area/dependency"
schedule:
interval: "daily"
commit-message:
prefix: "chore(dependabot)"

0 comments on commit f627a5d

Please sign in to comment.