mirror of
https://github.com/neovim/neovim.git
synced 2026-08-19 02:24:46 -05:00
and also set `cooldown`, `groups` related: vim/vim#19747 closes: vim/vim#19756 https://github.com/vim/vim/commit/ecf90b92f1175c6185d135847bd0959fe2ff8f97 Co-authored-by: ichizok <gclient.gaap@gmail.com>
17 lines
302 B
YAML
17 lines
302 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directories:
|
|
- "/"
|
|
- "/.github/actions/**/*"
|
|
schedule:
|
|
interval: "daily"
|
|
commit-message:
|
|
prefix: "ci"
|
|
cooldown:
|
|
default-days: 7
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|