mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
chore(dependabot): group rumdl action and pre-commit updates and update them only once per month
This commit is contained in:
parent
6a0130bee8
commit
638cde0cf4
25
.github/dependabot.yml
vendored
25
.github/dependabot.yml
vendored
|
|
@ -1,17 +1,42 @@
|
|||
version: 2
|
||||
|
||||
multi-ecosystem-groups:
|
||||
rumdl:
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
|
||||
updates:
|
||||
# combine rumdl github action and pre-commit hook in a single PR
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
patterns:
|
||||
- "*rumdl*"
|
||||
multi-ecosystem-group: "rumdl"
|
||||
- package-ecosystem: "pre-commit"
|
||||
directory: "/"
|
||||
patterns:
|
||||
- "*rumdl*"
|
||||
multi-ecosystem-group: "rumdl"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
ignore:
|
||||
# already handled by the rumdl multi-ecosystem-group
|
||||
- dependency-name: "*rumdl*"
|
||||
- package-ecosystem: "pre-commit"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
ignore:
|
||||
- dependency-name: "*rumdl*"
|
||||
groups:
|
||||
# update all pre-commit hooks in a single PR
|
||||
pre-commit:
|
||||
|
|
|
|||
Loading…
Reference in a new issue