diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 583decfd12..4eea7a68d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,33 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: "/" + directory: / schedule: - interval: "daily" \ No newline at end of file + day: sunday + interval: weekly + - package-ecosystem: gomod + directory: /autoscaler + schedule: + day: sunday + interval: weekly + - package-ecosystem: gomod + directory: /odiglet + schedule: + day: sunday + interval: weekly + - package-ecosystem: gomod + directory: /scheduler + schedule: + day: sunday + interval: weekly + - package-ecosystem: gomod + directory: /instrumentor + schedule: + day: sunday + interval: weekly + - package-ecosystem: npm + directory: /ui + schedule: + day: sunday + interval: weekly +