Skip to content

Commit

Permalink
[chore] disable renovatebot for gomod (open-telemetry#22955)
Browse files Browse the repository at this point in the history
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: open-telemetry#22953

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed May 30, 2023
1 parent fedfa25 commit a0a3ebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "major"]
"enabled": false
}
],
"ignoreDeps": [
Expand Down

0 comments on commit a0a3ebe

Please sign in to comment.