diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ba6ebc8..f902bd25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,29 @@ updates: directory: "/" # Location of go.mod schedule: interval: "weekly" + cooldown: + default-days: 7 + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + - package-ecosystem: "npm" + directory: "/internal/dev_server/ui" + schedule: + interval: "weekly" + cooldown: + default-days: 7