Skip to content

Commit f718540

Browse files
Fix errors reported on dependency run, and update run time
1 parent c323be8 commit f718540

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ updates:
1515
# day: 'friday'
1616
# time: '03:00'
1717
interval: 'daily'
18-
time: '12:45'
18+
time: '14:00'
1919
timezone: Europe/London
2020
commit-message:
2121
prefix: 'chore (deps): '
@@ -27,7 +27,7 @@ updates:
2727
# see issue #2214 for rationale for each of these
2828
- dependency-name: '@xmldom/xmldom'
2929
versions: [ '>=0.9.0' ]
30-
- dependnecy-name: 'bcryptjs'
30+
- dependency-name: 'bcryptjs'
3131
versions: [ '>=3.0.0' ]
3232
- dependency-name: 'bootstrap'
3333
versions: [ '>=5.0.0' ]
@@ -64,7 +64,6 @@ updates:
6464
# Workflow files stored in the default location of `.github/workflows`; no need to
6565
# specify `/.github/workflows` for `directory`
6666
directory: '/'
67-
versioning-strategy: increase
6867
schedule:
6968
interval: 'weekly'
7069
day: 'friday'

0 commit comments

Comments
 (0)