diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15a6b7e..92ba900 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,4 +14,9 @@ updates: directory: "/" schedule: interval: "weekly" - + + # Maintain dependencies for go + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file