From f9d20ee4cdbda4d4e0221de15253487829188778 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Sat, 20 Sep 2025 11:13:12 +0200 Subject: [PATCH 1/2] Update renovate.json5 --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index f6c9ed0..9b666a8 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -78,7 +78,7 @@ // This rule only affects direct dependencies. { minimumReleaseAge: '1 day', - matchDatasources: ['npm'], + matchManagers: ['npm'], }, // Group Bazel updates From f01edfeb612ac03e28caf1f801f889cd0642289b Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sat, 20 Sep 2025 09:14:10 +0000 Subject: [PATCH 2/2] build: update actions/checkout action to v4.3.0 See associated pull request for more information. --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9b3c33e..522da53 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -29,7 +29,7 @@ jobs: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip # this step. - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b5a3609f89c06eb4037dce22a93641213a5d1508 - name: corepack run: |