chore(deps): update module github.com/go-co-op/gocron/v2 to v2.19.0 #58

Merged
t.behrendt merged 1 commits from renovate/github.com-go-co-op-gocron-v2-2.x into main 2025-12-21 10:45:48 +01:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/go-co-op/gocron/v2 v2.18.0 -> v2.19.0 age confidence

Release Notes

go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.19.0

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.18.0...v2.18.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) | `v2.18.0` -> `v2.19.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-co-op%2fgocron%2fv2/v2.19.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-co-op%2fgocron%2fv2/v2.18.0/v2.19.0?slim=true) | --- ### Release Notes <details> <summary>go-co-op/gocron (github.com/go-co-op/gocron/v2)</summary> ### [`v2.19.0`](https://github.com/go-co-op/gocron/releases/tag/v2.19.0) [Compare Source](https://github.com/go-co-op/gocron/compare/v2.18.2...v2.19.0) #### What's Changed - feat: add scheduler lifecycle monitoring <> [#&#8203;785](https://github.com/go-co-op/gocron/issues/785) by [@&#8203;iyashjayesh](https://github.com/iyashjayesh) in [#&#8203;889](https://github.com/go-co-op/gocron/pull/889) - feat: expose default cron implementation by [@&#8203;JohnRoesler](https://github.com/JohnRoesler) in [#&#8203;906](https://github.com/go-co-op/gocron/pull/906) - build(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;903](https://github.com/go-co-op/gocron/pull/903) **Full Changelog**: <https://github.com/go-co-op/gocron/compare/v2.18.2...v2.19.0> ### [`v2.18.2`](https://github.com/go-co-op/gocron/releases/tag/v2.18.2) [Compare Source](https://github.com/go-co-op/gocron/compare/v2.18.1...v2.18.2) #### What's Changed - build(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;899](https://github.com/go-co-op/gocron/pull/899) - build(deps): bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;898](https://github.com/go-co-op/gocron/pull/898) - fix: calling start multiple times should no-op by [@&#8203;JohnRoesler](https://github.com/JohnRoesler) in [#&#8203;901](https://github.com/go-co-op/gocron/pull/901) **Full Changelog**: <https://github.com/go-co-op/gocron/compare/v2.18.1...v2.18.2> ### [`v2.18.1`](https://github.com/go-co-op/gocron/releases/tag/v2.18.1) [Compare Source](https://github.com/go-co-op/gocron/compare/v2.18.0...v2.18.1) #### What's Changed - build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;894](https://github.com/go-co-op/gocron/pull/894) - fix: WithStartDateTimePast now correctly calculates from past time by [@&#8203;JohnRoesler](https://github.com/JohnRoesler) in [#&#8203;897](https://github.com/go-co-op/gocron/pull/897) **Full Changelog**: <https://github.com/go-co-op/gocron/compare/v2.18.0...v2.18.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC41IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot force-pushed renovate/github.com-go-co-op-gocron-v2-2.x from 513000e4ba to 95959f6f37 2025-12-03 21:06:13 +01:00 Compare
renovate-bot changed title from fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.1 to fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.2 2025-12-03 21:06:13 +01:00
renovate-bot force-pushed renovate/github.com-go-co-op-gocron-v2-2.x from 95959f6f37 to 86dd5445de 2025-12-12 22:06:10 +01:00 Compare
renovate-bot changed title from fix(deps): update module github.com/go-co-op/gocron/v2 to v2.18.2 to chore(deps): update module github.com/go-co-op/gocron/v2 to v2.18.2 2025-12-12 22:06:11 +01:00
renovate-bot force-pushed renovate/github.com-go-co-op-gocron-v2-2.x from 86dd5445de to 077c39f87c 2025-12-14 10:05:40 +01:00 Compare
renovate-bot force-pushed renovate/github.com-go-co-op-gocron-v2-2.x from 077c39f87c to b485bc0992 2025-12-17 21:05:56 +01:00 Compare
renovate-bot changed title from chore(deps): update module github.com/go-co-op/gocron/v2 to v2.18.2 to chore(deps): update module github.com/go-co-op/gocron/v2 to v2.19.0 2025-12-17 21:05:57 +01:00
t.behrendt approved these changes 2025-12-21 10:45:39 +01:00
t.behrendt merged commit caf13306d4 into main 2025-12-21 10:45:48 +01:00
t.behrendt deleted branch renovate/github.com-go-co-op-gocron-v2-2.x 2025-12-21 10:45:49 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/realDynDNS#58