mirror of
https://github.com/vim/vim.git
synced 2026-05-06 12:26:58 -04:00
ecf90b92f1
and also set `cooldown`, `groups` related: #19747 closes: #19756 Signed-off-by: Ozaki Kiichi <gclient.gaap@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
17 lines
303 B
YAML
17 lines
303 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directories:
|
|
- "/"
|
|
- "/.github/actions/**/*"
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: "CI"
|
|
cooldown:
|
|
default-days: 7
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|