Re-enable dependabot on github actions

This commit is contained in:
GCHQDeveloper581 2026-05-06 17:01:38 +00:00
parent ec4f1f5605
commit 888c6d323a
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -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): '