diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1752835e..b6bb6d72 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: weekly + interval: monthly timezone: "America/New_York" time: "07:23" versioning-strategy: increase-if-necessary @@ -22,7 +22,7 @@ updates: - package-ecosystem: "pip" directory: "/.github/workflows" schedule: - interval: weekly + interval: monthly timezone: "America/New_York" time: "07:23" reviewers: @@ -34,7 +34,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly + interval: monthly timezone: "America/New_York" time: "07:23" groups: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24514302..3265a984 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autofix_prs: false - autoupdate_schedule: weekly + autoupdate_schedule: monthly autoupdate_commit_msg: 'chore: pre-commit autoupdate' repos: