From b9c4c9cbb8bf99abd586befe516f9f63b1254b5c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 5 Sep 2024 13:58:45 +0100 Subject: [PATCH] Move automatic updates to monthly --- .github/dependabot.yml | 2 +- .pre-commit-config.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 574a9c7..b5f5f20 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