Skip to content

Commit

Permalink
chore: Update from _rust template
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 2, 2024
1 parent 2fa0221 commit 8d1fe15
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
schedule: [
'before 3am on the first day of the month',
'before 5am on the first day of the month',
],
semanticCommits: 'enabled',
configMigration: true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI

permissions: {} # none

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
stages: [commit]
Expand All @@ -15,12 +15,12 @@ repos:
- id: detect-private-key
stages: [commit]
- repo: https://github.com/crate-ci/typos
rev: v1.14.10
rev: v1.16.20
hooks:
- id: typos
stages: [commit]
- repo: https://github.com/crate-ci/committed
rev: v1.0.17
rev: v1.0.20
hooks:
- id: committed
stages: [commit-msg]
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 The assert_cli Developers
Copyright (c) Individual contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion committed.toml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
style="Conventional"
style="conventional"
ignore_author_re="(dependabot|renovate)"
merge_commit = false

0 comments on commit 8d1fe15

Please sign in to comment.