mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
chore(dependabot): update pre-commit hooks using dependabot
This commit is contained in:
parent
1d6552e576
commit
83c7225736
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
|
@ -5,4 +5,15 @@ updates:
|
|||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
prefix: "chore(deps)"
|
||||
- package-ecosystem: "pre-commit"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
groups:
|
||||
# update all pre-commit hooks in a single PR
|
||||
pre-commit:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue