From d5a0b87194217da40aa1674e34866dad9c3ef0f7 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Thu, 7 May 2026 14:15:49 +0100 Subject: [PATCH] Update dependabot for Node 24. (#2361) - Reenable update of github actions - Unpin some packages --- .github/dependabot.yml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1b09d96..e1b854f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,8 +33,6 @@ updates: versions: [ '>=5.0.0' ] - dependency-name: 'cbor' versions: [ '>=10.0.0' ] - - dependency-name: 'cspell' - versions: [ '>=9.0.0' ] - dependency-name: 'eslint' versions: [ '>=10.0.0' ] - dependency-name: 'eslint-plugin-jsdoc' @@ -45,8 +43,6 @@ updates: versions: [ '>=2.0.0' ] - dependency-name: 'jimp' versions: [ '1.6.1' ] - - dependency-name: 'otpauth' - versions: [ '>=9.4.0' ] - dependency-name: 'webpack-dev-server' versions: [ '>=5.1.0' ] groups: @@ -60,15 +56,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): '