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