From 383d25226e973148d3724ec725404d9b29eaff3c Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 12 Jan 2025 03:35:27 +0800 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"