From 9a847a1ae2b94dd23d433bd8a795444085b5a64a Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 29 May 2024 03:36:30 -0400 Subject: [PATCH] ci: reduce frequency (#571) With merge, GHA is probably better monthly. Signed-off-by: Henry Schreiner --- .github/dependabot.yml | 2 +- .github/release.yml | 5 +++++ .pre-commit-config.yaml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/release.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c4b3695..8b13673c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" groups: actions: patterns: diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..9d1e0987 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,5 @@ +changelog: + exclude: + authors: + - dependabot + - pre-commit-ci diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d81619fa..fd918e30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ ci: autoupdate_commit_msg: "chore: update pre-commit hooks" autofix_commit_msg: "style: pre-commit fixes" + autoupdate_schedule: monthly repos: - repo: https://github.com/adamchainz/blacken-docs