diff --git a/.github/renovate.json b/.github/renovate.json index 44f9a2c..93f5407 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,20 +17,9 @@ }, "packageRules": [ { - "matchPackagePatterns": [ - "^actions/checkout", - "^actions/github-script", - "^actions/setup-python", - "^actions/upload-artifact", - "^dorny/paths-filter", - "^github/codeql-action", - "^google-github-actions/auth", - "^google-github-actions/get-secretmanager-secrets", - "^google-github-actions/setup-gcloud", - "^micnncim/action-label-syncer", - "^ossf/scorecard-action" - ], - "groupName": "dependencies for github" + "matchManagers": ["github-actions"], + "groupName": "dependencies for github", + "commitMessagePrefix": "chore(deps):" } ] }