From 888c6d323a1fc939aac9a918a9fe8cf999909ec0 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 6 May 2026 17:01:38 +0000 Subject: [PATCH] Re-enable dependabot on github actions --- .github/dependabot.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1b09d96..eed8f00e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -60,15 +60,15 @@ updates: update-types: - 'patch' - # 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): ' + # Versioning on Github Actions + - 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): '