Skip to content

Commit

Permalink
ci: set pre-commit autoupdate to run monthly instead of weekly (#1281)
Browse files Browse the repository at this point in the history
* check for github actions updates every month

* add ci autoupdate schedule
  • Loading branch information
raisadz authored Oct 29, 2024
1 parent aa8228e commit 756d0e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
# Check for updates to GitHub Actions every month
interval: "monthly"
commit-message:
prefix: "skip changelog" # So this PR will not be added to release-drafter
include: "scope" # List of the updated dependencies in the commit will be added
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
Expand Down

0 comments on commit 756d0e2

Please sign in to comment.