diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..1ab74d3d --- /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: chore + 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: chore + 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: chore + 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: chore + 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: chore + 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: chore + groups: + devcontainer-dependencies: + patterns: + - '*' 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"]