Skip to content

Commit

Permalink
style: use double quotes in dependabot config (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-martin-sf authored May 5, 2024
1 parent 26ff4f1 commit e3c27af
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/dependabot.yml
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"

0 comments on commit e3c27af

Please sign in to comment.