diff --git a/.github/renovate.json5 b/.github/renovate.json5 index aba5bb5..b5f806f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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, diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e47c219..d71e246 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: ci +name: CI permissions: {} # none diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd77abb..68db968 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] @@ -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] diff --git a/LICENSE-MIT b/LICENSE-MIT index 22b8d4e..a2d0108 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -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 diff --git a/committed.toml b/committed.toml index 96d8787..4211ae3 100644 --- a/committed.toml +++ b/committed.toml @@ -1 +1,3 @@ -style="Conventional" +style="conventional" +ignore_author_re="(dependabot|renovate)" +merge_commit = false