Skip to content

Commit

Permalink
chore: migrate renovate config and group github deps (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttosta-google authored Sep 14, 2023
1 parent 71b9347 commit 2d48832
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
{
"extends": [
"config:base",
"config:recommended",
":semanticCommitTypeAll(chore)",
"helpers:pinGitHubActionDigests"
],
"commitMessagePrefix": "deps: ",
"ignorePresets": [":semanticPrefixFixDepsChoreOthers"],
"ignorePaths": [".kokoro/requirements.txt"],
"prConcurrentLimit": 0,
"rebaseStalePrs": true,
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"semanticCommits": false,
"semanticCommits": "disabled",
"pip_requirements": {
"fileMatch": ["requirements-test.txt"]
}
},
"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"
}
]
}

0 comments on commit 2d48832

Please sign in to comment.