Re-enable dependabot on github actions
This commit is contained in:
parent
ec4f1f5605
commit
888c6d323a
24
.github/dependabot.yml
vendored
24
.github/dependabot.yml
vendored
@ -60,15 +60,15 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- 'patch'
|
- 'patch'
|
||||||
|
|
||||||
# Can't enable this until we are using Node 24 as the latest actions all require this version
|
# Versioning on Github Actions
|
||||||
# - package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
# # 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: '/'
|
||||||
# schedule:
|
schedule:
|
||||||
# interval: 'weekly'
|
interval: 'weekly'
|
||||||
# day: 'friday'
|
day: 'friday'
|
||||||
# time: '03:00'
|
time: '03:00'
|
||||||
# timezone: Europe/London
|
timezone: Europe/London
|
||||||
# commit-message:
|
commit-message:
|
||||||
# prefix: 'chore (deps): '
|
prefix: 'chore (deps): '
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user