mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-13 18:17:13 -04:00
There are multiple deps that are `eslint`-related, and since they're all related to a linter, it's very safe to merge them as a single group. So try kicking the tires on the new "grouping" feature that the :dependabot: team is working on.
15 lines
287 B
YAML
15 lines
287 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
eslint-dependencies:
|
|
patterns:
|
|
- "*eslint*"
|