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: | 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