Skip to content

Commit 756d0e2

Browse files
authored
ci: set pre-commit autoupdate to run monthly instead of weekly (#1281)
* check for github actions updates every month * add ci autoupdate schedule
1 parent aa8228e commit 756d0e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ updates:
55
- package-ecosystem: "github-actions"
66
directory: "/"
77
schedule:
8-
# Check for updates to GitHub Actions every week
9-
interval: "weekly"
8+
# Check for updates to GitHub Actions every month
9+
interval: "monthly"
1010
commit-message:
1111
prefix: "skip changelog" # So this PR will not be added to release-drafter
1212
include: "scope" # List of the updated dependencies in the commit will be added

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ci:
2+
autoupdate_schedule: monthly
13
repos:
24
- repo: https://github.com/astral-sh/ruff-pre-commit
35
# Ruff version.

0 commit comments

Comments
 (0)