Skip to content

Commit 9a847a1

Browse files
authored
ci: reduce frequency (#571)
With merge, GHA is probably better monthly. Signed-off-by: Henry Schreiner <[email protected]>
1 parent 9c3a275 commit 9a847a1

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
88
groups:
99
actions:
1010
patterns:

.github/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
- pre-commit-ci

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ci:
22
autoupdate_commit_msg: "chore: update pre-commit hooks"
33
autofix_commit_msg: "style: pre-commit fixes"
4+
autoupdate_schedule: monthly
45

56
repos:
67
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)