diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 668ea71..5b4611d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,16 +4,25 @@ updates: directory: "/" schedule: interval: weekly + cooldown: + exclude: + - "@mdn/*" - package-ecosystem: npm directory: "/api" schedule: interval: weekly + cooldown: + exclude: + - "@mdn/*" - package-ecosystem: npm directory: "/updates" schedule: interval: weekly + cooldown: + exclude: + - "@mdn/*" - package-ecosystem: "github-actions" directory: "/"