From 2e87388e158100fbeb3189796c575516e62cbc8a Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Tue, 30 May 2023 10:16:49 -0700 Subject: [PATCH] [chore] disable renovatebot for gomod This is waiting on a permission issue to be resolved. Disabling for now to reduce the noise. Note: I've also updated the repository to point to the correct one, for the future where the tidy job is re-enabled. Linked issue: #22953 Signed-off-by: Alex Boten --- .github/workflows/tidy-dependencies.yml | 11 +++++------ renovate.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tidy-dependencies.yml b/.github/workflows/tidy-dependencies.yml index 2ef01e0f414e..1699d3c5898b 100644 --- a/.github/workflows/tidy-dependencies.yml +++ b/.github/workflows/tidy-dependencies.yml @@ -7,17 +7,16 @@ on: jobs: setup-environment: + # disabling until permission issues is resolved + # see: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/22953 + if: ${{ false }} timeout-minutes: 30 runs-on: ubuntu-latest - if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }} + # if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }} steps: - uses: actions/checkout@v3 with: - # currently the fork of this repo is from a personal fork - # because of an issue when creating multiple forks using forking renovate - # - # see https://github.com/renovatebot/renovate/discussions/21057 - repository: "renovate-bot/codeboten-_-opentelemetry-collector-contrib" + repository: "renovate-bot/open-telemetry-_-opentelemetry-collector-contrib" ref: ${{ github.head_ref }} token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }} - uses: actions/setup-go@v4 diff --git a/renovate.json b/renovate.json index 96892c32f0d8..5375b340ecb2 100644 --- a/renovate.json +++ b/renovate.json @@ -31,7 +31,7 @@ }, { "matchManagers": ["gomod"], - "matchUpdateTypes": ["minor", "major"] + "enabled": false } ], "ignoreDeps": [