Fix errors reported on dependency run, and update run time

This commit is contained in:
GCHQDeveloper581 2026-03-18 13:47:11 +00:00
parent c323be8eed
commit f718540192
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -15,7 +15,7 @@ updates:
# day: 'friday'
# time: '03:00'
interval: 'daily'
time: '12:45'
time: '14:00'
timezone: Europe/London
commit-message:
prefix: 'chore (deps): '
@ -27,7 +27,7 @@ updates:
# see issue #2214 for rationale for each of these
- dependency-name: '@xmldom/xmldom'
versions: [ '>=0.9.0' ]
- dependnecy-name: 'bcryptjs'
- dependency-name: 'bcryptjs'
versions: [ '>=3.0.0' ]
- dependency-name: 'bootstrap'
versions: [ '>=5.0.0' ]
@ -64,7 +64,6 @@ updates:
# Workflow files stored in the default location of `.github/workflows`; no need to
# specify `/.github/workflows` for `directory`
directory: '/'
versioning-strategy: increase
schedule:
interval: 'weekly'
day: 'friday'