diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1..2c67202f67 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/config" + schedule: + interval: "weekly"