diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8702968f..6c2186ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,19 @@ version: 2 updates: - - package-ecosystem: "pub" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "pub" + directory: "/refilc" + schedule: + interval: "daily" + - package-ecosystem: "pub" + directory: "/refilc_plus" + schedule: + interval: "daily" + - package-ecosystem: "pub" + directory: "/refilc_kreta_api" + schedule: + interval: "daily" + - package-ecosystem: "pub" + directory: "/refilc_mobile_ui" schedule: interval: "daily"