Skip to content

Commit

Permalink
chore: group deps by matchManagers
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Dec 13, 2023
1 parent 7cc6c8e commit 4ce10f0
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,12 @@
"prConcurrentLimit": 3,
"packageRules": [
{
"matchPackagePatterns": [
"^actions/checkout",
"^actions/github-script",
"^actions/setup-go",
"^actions/upload-artifact",
"^dorny/paths-filter",
"^github/codeql-action",
"^golang/govulncheck-action",
"^golangci/golangci-lint-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": "bump dependencies for github"
},
{
"matchPackagePatterns": [
"^debian:buster",
"^debian:bullseye"
],
"groupName": "container images"
"matchManagers": ["dockerfile"],
"groupName": "bump container images"
}
]
}

0 comments on commit 4ce10f0

Please sign in to comment.