Skip to content

Commit

Permalink
chore: auto-update config tweaks (#27)
Browse files Browse the repository at this point in the history
* Reduced frequency of auto-updates

* Ignore pre-commit updates on changelog
  • Loading branch information
ariostas authored Aug 10, 2024
1 parent 213ccf7 commit 0ff3aaf
Show file tree
Hide file tree
Showing 3 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 @@ -3,12 +3,12 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
actions:
patterns:
- "*"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ repos:
ci:
autoupdate_commit_msg: "chore: update pre-commit hooks"
skip: [fmt, cargo-check, clippy]
autoupdate_schedule: monthly
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ commit_parsers = [
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore: update pre-commit hooks", skip = true },
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
Expand Down

0 comments on commit 0ff3aaf

Please sign in to comment.