Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
chore(java): manually exclude requirements.txt from renovate bot (#860)
Browse files Browse the repository at this point in the history
Manually brings in changes from https://togithub.com/googleapis/synthtool/pull/1594. [Renovate.json is excluded in owlbot](https://togithub.com/googleapis/java-shared-dependencies/blob/b39e6838c3f3f6ef2b350efe8aec1b622893421a/owlbot.py#L22) so the changes in synthtool couldn't be applied. This is to stop update dep PRs like [this one](https://togithub.com/googleapis/java-shared-dependencies/pull/859) from showing up in the repo.
  • Loading branch information
mpeddada1 committed Oct 10, 2022
1 parent b39e683 commit 99aa551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
":maintainLockFilesDisabled",
":autodetectPinVersions"
],
"ignorePaths": [".kokoro/requirements.txt"],
"packageRules": [
{
"packagePatterns": [
Expand Down Expand Up @@ -60,4 +61,4 @@
],
"semanticCommits": true,
"masterIssue": true
}
}

0 comments on commit 99aa551

Please sign in to comment.