Reset run frequency to weekly, and comment out github actions section

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

View File

@ -11,11 +11,9 @@ updates:
directory: '/' directory: '/'
versioning-strategy: increase versioning-strategy: increase
schedule: schedule:
# interval: 'weekly' interval: 'weekly'
# day: 'friday' day: 'friday'
# time: '03:00' time: '03:00'
interval: 'daily'
time: '14:00'
timezone: Europe/London timezone: Europe/London
commit-message: commit-message:
prefix: 'chore (deps): ' prefix: 'chore (deps): '
@ -60,14 +58,15 @@ updates:
update-types: update-types:
- 'patch' - 'patch'
- package-ecosystem: "github-actions" # Can't enable this until we are using Node 24 as the latest actions all require this version
# Workflow files stored in the default location of `.github/workflows`; no need to # - package-ecosystem: "github-actions"
# specify `/.github/workflows` for `directory` # # Workflow files stored in the default location of `.github/workflows`; no need to
directory: '/' # # specify `/.github/workflows` for `directory`
schedule: # directory: '/'
interval: 'weekly' # schedule:
day: 'friday' # interval: 'weekly'
time: '03:00' # day: 'friday'
timezone: Europe/London # time: '03:00'
commit-message: # timezone: Europe/London
prefix: 'chore (deps): ' # commit-message:
# prefix: 'chore (deps): '