-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: use double quotes in dependabot config (#307)
- Loading branch information
1 parent
26ff4f1
commit e3c27af
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: 'weekly' | ||
day: 'thursday' | ||
time: '09:00' | ||
timezone: 'America/Los_Angeles' | ||
interval: "weekly" | ||
day: "thursday" | ||
time: "09:00" | ||
timezone: "America/Los_Angeles" | ||
ignore: | ||
# Base TS image (used for tsserver) must be update manually | ||
# when updating the default node.js runtime | ||
- dependency-name: '@tsconfig/*' | ||
- dependency-name: "@tsconfig/*" | ||
open-pull-requests-limit: 10 | ||
groups: | ||
babel: | ||
patterns: | ||
- '@babel/*' | ||
- "@babel/*" | ||
utam: | ||
patterns: | ||
- '@utam/*' | ||
- 'utam' | ||
- 'wdio-utam-service' | ||
- "@utam/*" | ||
- "utam" | ||
- "wdio-utam-service" | ||
webdriverio: | ||
patterns: | ||
- '@wdio/*' | ||
- "@wdio/*" | ||
|
||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: 'weekly' | ||
day: 'thursday' | ||
time: '09:00' | ||
timezone: 'America/Los_Angeles' | ||
interval: "weekly" | ||
day: "thursday" | ||
time: "09:00" | ||
timezone: "America/Los_Angeles" |