From acde1c58df3794922897c597a9000a77012b7298 Mon Sep 17 00:00:00 2001 From: Golo Roden Date: Mon, 15 Jun 2026 10:45:10 +0200 Subject: [PATCH] chore: add dependabot cooldown, align interval and assignee Add a 7-day cooldown to every update block, use weekly as interval and set the assignee to thenativeweb/internal_dev to align with the other repositories. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 634547a..d639e5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,13 @@ version: 2 updates: - package-ecosystem: gomod directory: "/" + cooldown: + default-days: 7 schedule: - interval: monthly + interval: weekly open-pull-requests-limit: 10 assignees: - - thenativeweb/internal_youtube_dep + - thenativeweb/internal_dev labels: - Dependencies allow: @@ -17,11 +19,13 @@ updates: - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 7 schedule: - interval: monthly + interval: weekly open-pull-requests-limit: 10 assignees: - - thenativeweb/internal_youtube_dep + - thenativeweb/internal_dev labels: - Dependencies commit-message: