Reset run frequency to weekly, and comment out github actions section
This commit is contained in:
parent
f718540192
commit
41259605e6
31
.github/dependabot.yml
vendored
31
.github/dependabot.yml
vendored
@ -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): '
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user