Remove unittest.yml from ignorePaths
Follow up on ".github/workflows/unittest.yml" in https://github.com/googleapis/google-cloud-python/blob/6e892e0aeac1975a3fd592bca1087c5c7e043ccc/renovate.json#L8-L10 is fixed.
@ohmayr @parthea Could you provide more context?
Renovate bot opened https://github.com/googleapis/google-cloud-python/pull/13533 to update .github/workflows/unittest.yml to use runs-on: ubuntu-24.04 instead of runs-on: ubuntu-22.04.
https://github.com/googleapis/google-cloud-python/blob/e69027ba879783942554924e6971ffa21e95bdba/.github/workflows/unittest.yml#L16-L19
As per the comment, this is blocked on https://github.com/googleapis/gapic-generator-python/issues/2303.
Until https://github.com/googleapis/gapic-generator-python/issues/2303 is fixed, .github/workflows/unittest.yml was added to ignorePaths in renovate.json to instruct renovate bot to ignore the path .github/workflows/unittest.yml when it proposes updates to dependencies.
A comment was added however it had to be removed because comments are not allowed in *.json.