diff --git a/.github/renovate.json b/.github/renovate.json index 3af1c7a..4e99eb9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,11 +3,24 @@ "extends": [ "github>jdx/renovate-config" ], - "postUpgradeTasks": { - "commands": ["npm run all"], - "fileFilters": ["dist/**/*"], - "executionMode": "branch" - }, + "packageRules": [ + { + "matchManagers": ["github-actions"], + "postUpgradeTasks": { + "commands": [], + "fileFilters": [], + "executionMode": "branch" + } + }, + { + "matchManagers": ["npm"], + "postUpgradeTasks": { + "commands": ["npm run all"], + "fileFilters": ["dist/**/*"], + "executionMode": "branch" + } + } + ], "allowedCommands": [ ".*" ] diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8c6f133..dfd9e74 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,15 +38,15 @@ jobs: - name: Initialize CodeQL id: initialize - uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3 + uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3 with: languages: ${{ matrix.language }} source-root: src - name: Autobuild id: autobuild - uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3 + uses: github/codeql-action/autobuild@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3 - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3 + uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3