Skip to content

Commit

Permalink
other datasources
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 21, 2024
1 parent 9d19e30 commit 6ed6ec7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/actions/create-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ inputs:
description: "Name of the kind cluster"
default: "kind"
env:
# renovate: datasource=github-tags depName=golang/go
GO_VERSION: "1.22.6"
GO_VERSION: "~1.22"
runs:
using: "composite"
steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ on:
- main

env:
# renovate: datasource=github-tags depName=golang/go
GO_VERSION: "1.22.6"
GO_VERSION: "~1.22"
# renovate: datasource=github-releases depName=tcort/markdown-link-check
MARKDOWN_LINK_CHECK_VERSION: "v3.12.2"

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
workflow_dispatch:

env:
# renovate: datasource=github-tags depName=golang/go
GO_VERSION: "1.22.6"
GO_VERSION: "~1.22"

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ defaults:
shell: bash
env:
KUBECONFIG: /tmp/kube-config-collector-e2e-testing
# renovate: datasource=github-tags depName=golang/go
GO_VERSION: "1.22.6"
GO_VERSION: "~1.22"

jobs:
docker-build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
workflow_dispatch:

env:
# renovate: datasource=github-tags depName=golang/go
GO_VERSION: "1.22.6"
GO_VERSION: "~1.22"

jobs:
setup-environment:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:
- 'v*'

env:
# renovate: datasource=github-tags depName=golang/go
GO_VERSION: "1.22.6"
GO_VERSION: "~1.22"

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
branches: [main]

env:
# renovate: datasource=github-tags depName=golang/go
GO_VERSION: "1.22.6"
GO_VERSION: "~1.22"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"matchPackagePatterns": ["^(go\\.opentelemetry\\.io/collector|github\\.com/open-telemetry/opentelemetry-collector-contrib)"],
"groupName": "OpenTelemetry Collector",
"matchDatasources": ["golang-version"]
"matchDatasources": ["golang-version", "go"]
}
],
"customManagers": [
Expand Down

0 comments on commit 6ed6ec7

Please sign in to comment.