diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 72ed613..a2751d7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,13 @@ updates: github-actions: patterns: - "*" + + - package-ecosystem: pre-commit + directory: "/" + schedule: + interval: 'weekly' + day: 'sunday' + time: '22:00' + open-pull-requests-limit: 5 + labels: + - 'changelog:dependencies'