Commit fef876b
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#L81 parent 7c38ce1 commit fef876b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
0 commit comments