Commit Graph

18 Commits

Author SHA1 Message Date
Alex Boten 70e22a3eb6
[chore] group github.com/knadh/koanf packages (#12863)
This will avoid future merge conflicts with the packages.

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2025-04-15 18:00:11 +00:00
Adriel Perkins 568c3ce6fd
[chore] enable github action pin digest helper in renovatebot (#12799)
#### Description

As part of the security slam, we've been working to pin digests in
GitHub actions. There's some tools that can run through and pin
everything, but without the notes and comments of every versioned, it
can be difficult to understand what is actually being pinned. Thus, I'm
opting to add the [renovate
helper](https://docs.renovatebot.com/modules/manager/github-actions/#digest-pinning-and-updating)
for this in GitHub actions which should automatically manage version
pinning.

#### Link to tracking issue
Related to
[#86](https://github.com/open-telemetry/sig-security/issues/87#issuecomment-2776660785)

#### Testing

Ran `npx --yes --package renovate -- renovate-config-validator
renovate.json` after updating the config.
2025-04-11 08:34:50 +00:00
Alex Boten e4b9425241
bump minimum supported go version to 1.23 (#12370)
With the release of 1.24, we need to bump the tested versions.

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2025-02-12 15:03:19 +00:00
renovate[bot] a7f1a2b86a
Migrate renovate config (#12008)
The Renovate config in this repository needs migrating. Typically this
is because one or more configuration options you are using have been
renamed.

You don't need to merge this PR right away, because Renovate will
continue to migrate these fields internally each time it runs. But later
some of these fields may be fully deprecated and the migrations removed.
So it's a good idea to merge this migration PR soon.





🔕 **Ignore**: Close this PR and you won't be reminded about config
migration again, but one day your current config may no longer be valid.

 Got questions? Does something look wrong to you? Please don't hesitate
to [request help
here](https://redirect.github.com/renovatebot/renovate/discussions).


---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector).

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-03 23:10:16 +00:00
Mahad Zaryab 00c8ea9062
fix(renovate): add package rule for disabling toolchain updates (#10961)
#### Description
- Added a rule to ignore updates to the go toolchain. According to
[this](https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/gomod/update.ts#L51-L55),
the toolchain update is a `depType` in the `gomod` manager.

#### Link to tracking issue
Fixes #10932
2024-08-26 16:34:11 -07:00
Alex Boten 76acd37b2c
Added support for go1.23, bumped the minimum version to 1.22 (#10869)
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-08-13 14:32:29 -07:00
Alex Boten e52b3131b1
[chore] group go.opentelemetry.io/build-tools modules (#10579)
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-07-09 15:23:16 -07:00
Alex Boten f233166257
[chore] fix package prefix (#10116)
should not have included `https`
2024-05-07 10:43:21 -07:00
Alex Boten 067ac03a57
[chore] group more dependencies (#10112)
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-05-07 10:12:45 -07:00
Alex Boten 59ddbbade1
[chore] group contrib packages (#10053)
This follows the monorepo preset pattern here:
https://docs.renovatebot.com/presets-monorepo/#monorepoopentelemetry-go

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-04-30 09:47:31 -07:00
Alex Boten 55d4729bb7
[chore] group golang.org/x packages (#9741)
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-03-12 14:11:59 -07:00
Alex Boten f0473ca0a5
[chore] group build-tools packages (#9742)
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-03-12 10:49:38 +01:00
Alex Boten 488e45d770
bump minimum go version (#9533)
Fixes #9507

---------

Signed-off-by: Alex Boten <aboten@lightstep.com>
2024-02-12 08:41:46 -08:00
Tyler Helmuth 1c881bfea0
[chore] Tune renovate (#9362)
Closes
https://github.com/open-telemetry/opentelemetry-collector/issues/9353.

Changes are based on
[Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30362),
which has been working nicely
2024-01-23 21:18:04 -08:00
Alex Boten 8226a60663
[chore] group patch renovate updates (#8970)
Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-11-21 09:46:52 -08:00
Alex Boten 11acd7a55f
[chore] more tweaking for renovatebot (#8928)
The previous change didn't work because opentelemetrybot doesn't have
write permissions to push changes to the renovatebot branch. Reverting
to using the standard github token, and testing triggering CI by
removing the renovatebot label after the change has been pushed.

Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-11-15 15:23:01 -08:00
Alex Boten 228509cd36
[chore] configure go version to latest 1.20 (#8907)
This configures renovate to use the latest go 1.20 instead of go 1.21
2023-11-14 13:51:04 -08:00
Alex Boten 3593e9630b
[chore] mv renovate config & update fork config (#7766)
accidentally placed the file in the wrong directory

---------

Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-05-24 08:19:45 -07:00