Skip to content

Commit fef876b

Browse files
authored
chore: exclude setup.py and pyproject.toml in renovate-bot config (googleapis#13636)
The files `setup.py` and `pyproject.toml` which exist in subfolders under the `packages` directory are automatically generated and do not require updates from `renovate-bot`. In addition, PR googleapis#13623 does not contain the desired change. We see `protobuf>=6.30.0,<6.30.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5` instead of `protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5` `setup.py` is already excluded in the renovate-bot configuration for split repositories via this configuration: https://github.com/googleapis/synthtool/blob/bb0a3506602525f63c7002f8d13345be3678effb/synthtool/gcp/templates/python_library/renovate.json#L8
1 parent 7c38ce1 commit fef876b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"schedule:weekly"
77
],
88
"ignorePaths": [
9-
".kokoro/docker/docs/requirements.txt",
10-
".github/workflows/unittest.yml"
9+
".github/workflows/unittest.yml",
10+
"**/pyproject.toml",
11+
"**/setup.py"
1112
]
1213
}

0 commit comments

Comments
 (0)