Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate renovate config and group github deps
Browse files Browse the repository at this point in the history
ttosta-google committed Sep 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6018906 commit 187d5f4
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
{
"extends": [
"config:base"
"config:recommended"
],
"commitMessagePrefix": "deps: ",
"postUpdateOptions": [
"gomodTidy"
],
"prConcurrentLimit": 3
"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"
}
]
}

0 comments on commit 187d5f4

Please sign in to comment.