From 791fb083ef3ac3f7c6eb6180a26cbec8ae3e7edf Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 5 Sep 2024 13:58:09 +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 4dc19309..56b96e23 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 b015517a..ad875596 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