add initial marp implementation with sample content and build configuration
This commit is contained in:
37
node_modules/webdriver-bidi-protocol/.github/dependabot.yml
generated
vendored
Normal file
37
node_modules/webdriver-bidi-protocol/.github/dependabot.yml
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
version: 2
|
||||
# bump 3
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: 'sunday'
|
||||
time: '02:00'
|
||||
timezone: Europe/Berlin
|
||||
groups:
|
||||
dependencies:
|
||||
dependency-type: production
|
||||
patterns:
|
||||
- '*'
|
||||
dev-dependencies:
|
||||
dependency-type: development
|
||||
patterns:
|
||||
- '*'
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: 'sunday'
|
||||
time: '04:00'
|
||||
timezone: Europe/Berlin
|
||||
groups:
|
||||
all:
|
||||
patterns:
|
||||
- '*'
|
||||
- package-ecosystem: gitsubmodule
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 5
|
||||
labels:
|
||||
- commit-updates
|
||||
Reference in New Issue
Block a user