Fix errors reported on dependency run, and update run time
This commit is contained in:
parent
c323be8eed
commit
f718540192
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -15,7 +15,7 @@ updates:
|
|||||||
# day: 'friday'
|
# day: 'friday'
|
||||||
# time: '03:00'
|
# time: '03:00'
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
time: '12:45'
|
time: '14:00'
|
||||||
timezone: Europe/London
|
timezone: Europe/London
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: 'chore (deps): '
|
prefix: 'chore (deps): '
|
||||||
@ -27,7 +27,7 @@ updates:
|
|||||||
# see issue #2214 for rationale for each of these
|
# see issue #2214 for rationale for each of these
|
||||||
- dependency-name: '@xmldom/xmldom'
|
- dependency-name: '@xmldom/xmldom'
|
||||||
versions: [ '>=0.9.0' ]
|
versions: [ '>=0.9.0' ]
|
||||||
- dependnecy-name: 'bcryptjs'
|
- dependency-name: 'bcryptjs'
|
||||||
versions: [ '>=3.0.0' ]
|
versions: [ '>=3.0.0' ]
|
||||||
- dependency-name: 'bootstrap'
|
- dependency-name: 'bootstrap'
|
||||||
versions: [ '>=5.0.0' ]
|
versions: [ '>=5.0.0' ]
|
||||||
@ -64,7 +64,6 @@ updates:
|
|||||||
# Workflow files stored in the default location of `.github/workflows`; no need to
|
# Workflow files stored in the default location of `.github/workflows`; no need to
|
||||||
# specify `/.github/workflows` for `directory`
|
# specify `/.github/workflows` for `directory`
|
||||||
directory: '/'
|
directory: '/'
|
||||||
versioning-strategy: increase
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'weekly'
|
interval: 'weekly'
|
||||||
day: 'friday'
|
day: 'friday'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user