Skip to content

Commit

Permalink
chore: configure Github Action deps to be chore (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Dec 13, 2023
1 parent 2bed422 commit cd20a38
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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):"
}
]
}

0 comments on commit cd20a38

Please sign in to comment.