diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a31461a5..20febfb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,9 +22,3 @@ updates: prettier: patterns: - "*prettier*" - docusaurus: - patterns: - - "*docusaurus*" - updates-types: - - "minor" - - "patch" diff --git a/.github/workflows/policies.yaml b/.github/workflows/policies.yaml index ffa776d9..0477dbfe 100644 --- a/.github/workflows/policies.yaml +++ b/.github/workflows/policies.yaml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version-file: ".nvmrc" cache: "npm" - id: "auth"