Skip to content

Creating a dependabot yaml file that will create branches to update a… #1

Creating a dependabot yaml file that will create branches to update a…

Creating a dependabot yaml file that will create branches to update a… #1

Workflow file for this run

version: 2
updates:
- package-ecosystem: 'npm'
directory: '/ui'
schedule:
interval: 'daily'
time: '08:00'
timezone: 'America/New_York'
labels:
- 'dependencies'
rebase-strategy: 'auto'
reviewers:
- 'ATNoblis'
versioning-strategy: increase