diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 7f72277..5d480d1 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -10,3 +10,4 @@ ABee tencent maintnotifications azurediamond +cooldown diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dbe7232..8ab34f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: github-actions: patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: gomod directory: / @@ -17,6 +19,8 @@ updates: gomod: patterns: - "*" + cooldown: + default-days: 7 - package-ecosystem: npm directory: / @@ -26,3 +30,5 @@ updates: npm: patterns: - "*" + cooldown: + default-days: 7