diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9400ca4a..6627f84b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,5 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" - commit_message: - prefix: "deps" schedule: interval: "daily" |