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

Commit 4e5898a

Browse files
authored
chore(java): manually exclude requirements.txt from renovate bot
Manually brings in changes from googleapis/synthtool#1594. [Renovate.json is excluded in owlbot](https://github.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](#859) from showing up in the repo.
1 parent b39e683 commit 4e5898a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
":maintainLockFilesDisabled",
1111
":autodetectPinVersions"
1212
],
13+
"ignorePaths": [".kokoro/requirements.txt"],
1314
"packageRules": [
1415
{
1516
"packagePatterns": [
@@ -60,4 +61,4 @@
6061
],
6162
"semanticCommits": true,
6263
"masterIssue": true
63-
}
64+
}

0 commit comments

Comments
 (0)