File tree Expand file tree Collapse file tree 3 files changed +16
-22
lines changed Expand file tree Collapse file tree 3 files changed +16
-22
lines changed Original file line number Diff line number Diff line change 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---
45version : 2
56updates :
89 schedule :
910 interval : daily
1011 commit-message :
11- prefix : " [github-actions] ⬆️ "
12+ prefix : ci
13+ include : scope
Original file line number Diff line number Diff line change 22name : Publish Release
33
44on :
5- # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
65 release :
76 types :
87 - published
Original file line number Diff line number Diff line change 1+ ---
12default_install_hook_types :
23 - pre-commit
34repos :
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"
You can’t perform that action at this time.
0 commit comments