-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(renovate): Disable OpenTelementry SDK updates
# Issue Updating the OpenTelemetry SDK can break consumers of OpenTelemetry tracing data such as Dynatrace if they do not support the SDK version. # Fix For now disable updates through Renovate. # Note As soon as the supported versions are documented we can addd some automation back to update to the latest supported versions.
- Loading branch information
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Renovate Config validation | ||
permissions: | ||
contents: read | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: [ opened, reopened, synchronize ] | ||
branches: | ||
- main | ||
paths: | ||
- .github/workflows/renovate_config_validation.yaml | ||
- renovate.json | ||
|
||
jobs: | ||
renovate-config-validation: | ||
runs-on: ubuntu-latest | ||
name: Validate the Renovate configuration | ||
steps: | ||
- name: Validate the Renovate JSON | ||
run: | | ||
set -euxo pipefail | ||
npx --yes --package renovate -- renovate-config-validator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters