mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
31 lines
623 B
YAML
31 lines
623 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
time: "16:00"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
time: "16:00"
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*actions*"
|
|
- "*pluralize*"
|
|
dev-dependencies:
|
|
patterns:
|
|
- "*eslint*"
|
|
- "*types*"
|
|
- "*vercel"
|
|
- "*dotenv*"
|
|
- "*jest*"
|
|
- "*nock*"
|
|
- "*node*"
|
|
- "*yaml*"
|
|
- "*yargs*"
|