diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fddca0..ad0770c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,16 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 + # Maintain dependencies for pre-commit hooks + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + groups: + hooks: + patterns: + - "*"