diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6ba63e1..c91a4b55 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: + - "*"