mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 15:26:16 -04:00
20 lines
423 B
YAML
20 lines
423 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
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:
|
|
- "*"
|