From bdddacaa605acb7895035b0cd174f5bc2c1ab65a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 3 Nov 2025 16:07:26 +0000 Subject: [PATCH] chore(python): remove configure_previous_major_version_branches chore(python): remove configure_previous_major_version_branches from python post processor Source-Link: https://github.com/googleapis/synthtool/commit/6702a344265de050bceaff45d62358bb0023ba7d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bb3dc6c75c5f3e1a8928474f2dc8d9bbfa7b809045515764b9ff48c070cf2321 --- .github/.OwlBot.lock.yaml | 4 ++-- .github/workflows/response.yaml | 4 ++-- renovate.json | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index bb3eeae..35d770e 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:cb4e21c016c53313fed04433002e88d7dab88d9124faf7f8f4fb0c53e8b50328 -# created: 2025-07-08T19:47:05.293202116Z + digest: sha256:bb3dc6c75c5f3e1a8928474f2dc8d9bbfa7b809045515764b9ff48c070cf2321 +# created: 2025-11-03T16:03:37.116278509Z diff --git a/.github/workflows/response.yaml b/.github/workflows/response.yaml index 6ed3732..e81a360 100644 --- a/.github/workflows/response.yaml +++ b/.github/workflows/response.yaml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/github-script@v7 with: script: | @@ -27,7 +27,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/github-script@v7 with: script: | diff --git a/renovate.json b/renovate.json index c5c702c..f39fd32 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,10 @@ { "extends": "packages:linters", "groupName": "linters" + }, + { + "matchManagers": ["github-actions"], + "enabled": false } ], "ignoreDeps": ["typescript"]