From c4c19a29b09d6db6193671b01e6ff0b8291d0e14 Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sat, 21 Mar 2026 10:50:44 -0300 Subject: [PATCH 1/5] Update copilot-setup-steps.yml --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index cd0d22be26605..fa965cafd2477 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -19,4 +19,4 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 - run: npm ci # pull dprint caches before network access is blocked - - run: npx hereby check-format || true + - run: npx areaby check-format || true From de611a6dafe7c6a6f440fefe3aaae59f1068da83 Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 11:47:12 -0300 Subject: [PATCH 2/5] Correct schedul key in dependabot.yml Update --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8487f45d76100..d553b7959f149 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ version: 2 updates: - package-ecosystem: 'github-actions' directory: '/' - schedule: + schedul: interval: 'weekly' groups: github-actions: @@ -17,5 +17,5 @@ updates: - package-ecosystem: 'devcontainers' directory: '/' - schedule: + schedul: interval: weekly From 94617c8c33092fe9190ee47705ffcb89b4e397cd Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 11:50:37 -0300 Subject: [PATCH 3/5] Change Dependabot schedule to daily updates Updated the Dependabot configuration to use daily updates for GitHub Actions and devcontainers. --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d553b7959f149..7138d6ac5793b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,12 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://containers.dev/guide/dependabot -version: 2 +version: 2.1 updates: - package-ecosystem: 'github-actions' directory: '/' - schedul: - interval: 'weekly' + schedule: + interval: 'daily' groups: github-actions: patterns: @@ -17,5 +17,5 @@ updates: - package-ecosystem: 'devcontainers' directory: '/' - schedul: - interval: weekly + schedule: + interval: daily From 180cc10011f9f3a9ece2778e7f353f10104dd562 Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 12:01:23 -0300 Subject: [PATCH 4/5] Add npm configuration to dependabot.yml Added npm package ecosystem configuration for Dependabot. --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7138d6ac5793b..1c3e9c7aedb87 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,4 +18,11 @@ updates: - package-ecosystem: 'devcontainers' directory: '/' schedule: - interval: daily + interval: 'daily' + +# Configuration for npm + - package-ecosystem: 'npm' + directory: "/" + schedule: + interval: 'daily' + From 21d8dd344ce0f5b786978116f68ba05b463ab4ec Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 12:05:19 -0300 Subject: [PATCH 5/5] Update dependabot.yml --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c3e9c7aedb87..cb2bf0b1eb3e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,9 +20,4 @@ updates: schedule: interval: 'daily' -# Configuration for npm - - package-ecosystem: 'npm' - directory: "/" - schedule: - interval: 'daily'