Skip to content

Commit 13e7c5b

Browse files
chore: cleanup configs (#17)
1 parent 809b9e4 commit 13e7c5b

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Please see the documentation for all configuration options:
2-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
2+
# See GitHub's documentation for more information on this file:
3+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
34
---
45
version: 2
56
updates:
@@ -8,4 +9,5 @@ updates:
89
schedule:
910
interval: daily
1011
commit-message:
11-
prefix: "[github-actions] ⬆️ "
12+
prefix: ci
13+
include: scope

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Publish Release
33

44
on:
5-
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
65
release:
76
types:
87
- published

.pre-commit-config.yaml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1+
---
12
default_install_hook_types:
23
- pre-commit
34
repos:
4-
- repo: local
5-
hooks:
6-
- id: pre-commit-autoupdate
7-
name: Run pre-commit autoupdate
8-
entry: pre-commit autoupdate
9-
language: system
10-
pass_filenames: false
11-
# files: .pre-commit-config.yaml
5+
# - repo: local
6+
# hooks:
7+
# - id: pre-commit-autoupdate
8+
# name: Run pre-commit autoupdate
9+
# entry: pre-commit autoupdate
10+
# language: system
11+
# pass_filenames: false
12+
# files: .pre-commit-config.yaml
1213

1314
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
15+
rev: v4.6.0
1516
hooks:
1617
- id: check-symlinks
1718
- id: trailing-whitespace
@@ -39,17 +40,9 @@ repos:
3940
exclude: package-lock.json
4041

4142
- repo: https://github.com/gitleaks/gitleaks
42-
rev: v8.16.3
43+
rev: v8.18.2
4344
hooks:
4445
- id: gitleaks
4546
args:
4647
- --config
4748
- ".github/linters/.gitleak.toml"
48-
49-
- repo: https://github.com/rhysd/actionlint
50-
rev: v1.6.24
51-
hooks:
52-
- id: actionlint
53-
args:
54-
- "-ignore"
55-
- "SC2086"

0 commit comments

Comments
 (0)