Skip to content

Commit

Permalink
chore: cleanup configs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski authored May 19, 2024
1 parent 809b9e4 commit 13e7c5b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 22 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
# See GitHub's documentation for more information on this file:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
---
version: 2
updates:
Expand All @@ -8,4 +9,5 @@ updates:
schedule:
interval: daily
commit-message:
prefix: "[github-actions] ⬆️ "
prefix: ci
include: scope
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Publish Release

on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
release:
types:
- published
Expand Down
29 changes: 11 additions & 18 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
default_install_hook_types:
- pre-commit
repos:
- repo: local
hooks:
- id: pre-commit-autoupdate
name: Run pre-commit autoupdate
entry: pre-commit autoupdate
language: system
pass_filenames: false
# files: .pre-commit-config.yaml
# - repo: local
# hooks:
# - id: pre-commit-autoupdate
# name: Run pre-commit autoupdate
# entry: pre-commit autoupdate
# language: system
# pass_filenames: false
# files: .pre-commit-config.yaml

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-symlinks
- id: trailing-whitespace
Expand Down Expand Up @@ -39,17 +40,9 @@ repos:
exclude: package-lock.json

- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
rev: v8.18.2
hooks:
- id: gitleaks
args:
- --config
- ".github/linters/.gitleak.toml"

- repo: https://github.com/rhysd/actionlint
rev: v1.6.24
hooks:
- id: actionlint
args:
- "-ignore"
- "SC2086"

0 comments on commit 13e7c5b

Please sign in to comment.