diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6ba63e..c91a4b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,12 @@ updates: - "*" cooldown: default-days: 7 + + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + groups: + pre-commit-hooks: + patterns: + - "*"