mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
Kohei Watanabe
82df080bc8
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
10 lines
168 B
YAML
10 lines
168 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*"
|