diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8c3b8ae..bd2c4bfc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/compiler/" # Location of package manifests + schedule: + interval: "daily" + + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/runtime/" # Location of package manifests + schedule: + interval: "daily"