From 75ea9a8028ba1747b4e8e4f651df39068d1431fa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 10:22:10 +0000 Subject: [PATCH 1/3] Plan dependabot configuration --- mise.dev.lock | 28 ++++++++++++++++++++++++++++ mise.lock | 2 ++ 2 files changed, 30 insertions(+) diff --git a/mise.dev.lock b/mise.dev.lock index 7e73e176..653475ba 100644 --- a/mise.dev.lock +++ b/mise.dev.lock @@ -3,3 +3,31 @@ [[tools.watchexec]] version = "2.5.1" backend = "aqua:watchexec/watchexec" + +[tools.watchexec."platforms.linux-arm64"] +checksum = "sha256:c073887583d502fa0b393a8b847bb4460a111b3b0a199d1f70dafd5d89e71a2f" +url = "https://github.com/watchexec/watchexec/releases/download/v2.5.1/watchexec-2.5.1-aarch64-unknown-linux-musl.tar.xz" + +[tools.watchexec."platforms.linux-arm64-musl"] +checksum = "sha256:c073887583d502fa0b393a8b847bb4460a111b3b0a199d1f70dafd5d89e71a2f" +url = "https://github.com/watchexec/watchexec/releases/download/v2.5.1/watchexec-2.5.1-aarch64-unknown-linux-musl.tar.xz" + +[tools.watchexec."platforms.linux-x64"] +checksum = "sha256:9efabd08de720c1ee7e57b487fe11904f0966828e76146e2b5ea5deee90626be" +url = "https://github.com/watchexec/watchexec/releases/download/v2.5.1/watchexec-2.5.1-x86_64-unknown-linux-musl.tar.xz" + +[tools.watchexec."platforms.linux-x64-musl"] +checksum = "sha256:9efabd08de720c1ee7e57b487fe11904f0966828e76146e2b5ea5deee90626be" +url = "https://github.com/watchexec/watchexec/releases/download/v2.5.1/watchexec-2.5.1-x86_64-unknown-linux-musl.tar.xz" + +[tools.watchexec."platforms.macos-arm64"] +checksum = "sha256:c5e405dd1109940b2510398d2182990c1be59063b94e11d7ace9c7b435cb1df1" +url = "https://github.com/watchexec/watchexec/releases/download/v2.5.1/watchexec-2.5.1-aarch64-apple-darwin.tar.xz" + +[tools.watchexec."platforms.macos-x64"] +checksum = "sha256:bb74bf33286ff7f31dd8e763e017fbc0418360d88baefd35bc57d662d28394e2" +url = "https://github.com/watchexec/watchexec/releases/download/v2.5.1/watchexec-2.5.1-x86_64-apple-darwin.tar.xz" + +[tools.watchexec."platforms.windows-x64"] +checksum = "sha256:aa448c2704ca1a37ce0f1fc75381d9a411946dd293cf6236293f549426a577f7" +url = "https://github.com/watchexec/watchexec/releases/download/v2.5.1/watchexec-2.5.1-x86_64-pc-windows-msvc.zip" diff --git a/mise.lock b/mise.lock index 2d3b5c46..84db3bc7 100644 --- a/mise.lock +++ b/mise.lock @@ -17,6 +17,7 @@ checksum = "sha256:cc8bc82b2dd0b595c3b95a4c3c9c8c350907cff011afbdee3d1379e812e1e url = "https://nodejs.org/dist/v22.22.3/node-v22.22.3-linux-arm64.tar.gz" [tools.node."platforms.linux-arm64-musl"] +checksum = "sha256:09c87acbafae65e18fcc0eb188376c1254cab74dc769118f4b60479c5fa326cf" url = "https://unofficial-builds.nodejs.org/download/release/v22.22.3/node-v22.22.3-linux-arm64-musl.tar.gz" [tools.node."platforms.linux-x64"] @@ -24,6 +25,7 @@ checksum = "sha256:c7a10d6816da8eaaa7534dd73c71c6e2b2c391dbbf845e364902d156615dd url = "https://nodejs.org/dist/v22.22.3/node-v22.22.3-linux-x64.tar.gz" [tools.node."platforms.linux-x64-musl"] +checksum = "sha256:d227692583d6ae17c44028fd8f17cb1b3672167a6baa035818240cbb9db6ea4a" url = "https://unofficial-builds.nodejs.org/download/release/v22.22.3/node-v22.22.3-linux-x64-musl.tar.gz" [tools.node."platforms.macos-arm64"] From 03a658fee2985d5f87722caf483cf9967b44edff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 10:22:31 +0000 Subject: [PATCH 2/3] Add dependabot configuration --- .github/dependabot.yml | 106 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ab2d8cbf --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,106 @@ +version: 2 +updates: + - package-ecosystem: pub + directory: / + schedule: + interval: weekly + day: monday + time: '06:00' + timezone: Europe/London + open-pull-requests-limit: 5 + commit-message: + prefix: build + groups: + dart-dependencies: + patterns: + - '*' + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + time: '06:15' + timezone: Europe/London + open-pull-requests-limit: 5 + commit-message: + prefix: ci + groups: + github-actions: + patterns: + - '*' + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + day: monday + time: '06:30' + timezone: Europe/London + open-pull-requests-limit: 5 + commit-message: + prefix: build + groups: + root-npm-dependencies: + patterns: + - '*' + + - package-ecosystem: npm + directory: /cloudflare-worker + schedule: + interval: weekly + day: monday + time: '06:35' + timezone: Europe/London + open-pull-requests-limit: 5 + commit-message: + prefix: build + groups: + worker-npm-dependencies: + patterns: + - '*' + + - package-ecosystem: npm + directory: /functions + schedule: + interval: weekly + day: monday + time: '06:40' + timezone: Europe/London + open-pull-requests-limit: 5 + commit-message: + prefix: build + groups: + functions-npm-dependencies: + patterns: + - '*' + + - package-ecosystem: npm + directory: /scripts + schedule: + interval: weekly + day: monday + time: '06:45' + timezone: Europe/London + open-pull-requests-limit: 5 + commit-message: + prefix: build + groups: + scripts-npm-dependencies: + patterns: + - '*' + + - package-ecosystem: devcontainers + directory: / + schedule: + interval: weekly + day: monday + time: '06:50' + timezone: Europe/London + open-pull-requests-limit: 3 + commit-message: + prefix: build + groups: + devcontainer-dependencies: + patterns: + - '*' From 54e53284514482fe11a3c4d61b9d6a741f793626 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 10:24:11 +0000 Subject: [PATCH 3/3] Adjust dependabot commit prefixes --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab2d8cbf..1ab74d3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: timezone: Europe/London open-pull-requests-limit: 5 commit-message: - prefix: build + prefix: chore groups: dart-dependencies: patterns: @@ -39,7 +39,7 @@ updates: timezone: Europe/London open-pull-requests-limit: 5 commit-message: - prefix: build + prefix: chore groups: root-npm-dependencies: patterns: @@ -54,7 +54,7 @@ updates: timezone: Europe/London open-pull-requests-limit: 5 commit-message: - prefix: build + prefix: chore groups: worker-npm-dependencies: patterns: @@ -69,7 +69,7 @@ updates: timezone: Europe/London open-pull-requests-limit: 5 commit-message: - prefix: build + prefix: chore groups: functions-npm-dependencies: patterns: @@ -84,7 +84,7 @@ updates: timezone: Europe/London open-pull-requests-limit: 5 commit-message: - prefix: build + prefix: chore groups: scripts-npm-dependencies: patterns: @@ -99,7 +99,7 @@ updates: timezone: Europe/London open-pull-requests-limit: 3 commit-message: - prefix: build + prefix: chore groups: devcontainer-dependencies: patterns: