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