diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4dc1930..56b96e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: patterns: - "*" schedule: - interval: weekly + interval: monthly diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 011f59f..d6caac2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autoupdate_schedule: monthly + default_language_version: python: python3.12