From 3a4282bc135a2b73cbbfbe0726bb8d379cdbaf86 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 15 Feb 2026 09:49:50 -0500 Subject: [PATCH] ci/github-script: add instructions for dependency updates --- ci/github-script/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/github-script/package.json b/ci/github-script/package.json index 9e9327e11ca7..6b25b6fa5603 100644 --- a/ci/github-script/package.json +++ b/ci/github-script/package.json @@ -1,5 +1,11 @@ { "private": true, + "//": [ + "Keep `@actions/core` and `@actions/github` in sync with", + "https://github.com/actions/github-script/blob/main/package.json.", + "Keep `@actions/artifact` and `bottleneck` in sync with", + "`.github/workflows/bot.yml`." + ], "dependencies": { "@actions/artifact": "5.0.3", "@actions/core": "1.11.1",