Files
fetch-metadata/.github/dependabot.yml
Jeff Widman 3077e54b98 Group :dependabot: PR's for eslint-related deps (#374)
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.
2023-05-22 10:15:05 -07:00

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*"