diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9aa5f33ca..0543f2852 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ version: 2 updates: - package-ecosystem: gomod - directory: / + directory: ./ + schedule: + interval: weekly + - package-ecosystem: yarn + directory: ./frontend/sac-mobile + schedule: + interval: weekly + - package-ecosystem: yarn + directory: ./frontend/sac-web schedule: interval: weekly