fix(deps): update all dependencies #12

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
github.com/adhocore/gronx require patch v1.19.5 -> v1.19.6
github.com/golang-migrate/migrate/v4 require minor v4.18.2 -> v4.19.1
github.com/jackc/pgx/v5 require patch v5.7.2 -> v5.7.6
github.com/spf13/cobra require minor v1.9.1 -> v1.10.2
gitlab.com/greyxor/slogor require patch v1.6.1 -> v1.6.3
golang.org/x/sync require minor v0.12.0 -> v0.18.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

adhocore/gronx (github.com/adhocore/gronx)

v1.19.6: Version v1.19.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/adhocore/gronx/compare/v1.19.5...v1.19.6

golang-migrate/migrate (github.com/golang-migrate/migrate/v4)

v4.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/golang-migrate/migrate/compare/v4.19.0...v4.19.1

v4.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0

v4.18.3

Compare Source

Changelog

  • a4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
  • f37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0
  • 5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0
  • e6d84f6 Drop support for Go 1.22 and add support for Go 1.24
  • fccd197 Mention CLI install instructions in main README
  • 34c2b4a Remove redundant build tags
  • a868033 Update FAQ.md - typo
  • 7269490 Update golangci-lint version used in GitHub Actions
  • c5137c4 Update migrate -help output for the readme file
  • 033835a Update to dktest v0.4.5
  • 8b09191 fix: typo limited not limitted
  • 60d73be refactor: replace github.com/pkg/errors with stdlib
  • 36d17ba tests: fix various tests (#​1209)
jackc/pgx (github.com/jackc/pgx/v5)

v5.7.6

Compare Source

v5.7.5

Compare Source

v5.7.4

Compare Source

v5.7.3

Compare Source

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in https://github.com/spf13/cobra/pull/2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: https://github.com/spf13/cobra/pull/2303#issuecomment-3242333515

Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: https://github.com/spf13/cobra/compare/v1.9.1...v1.9.2

greyxor/slogor (gitlab.com/greyxor/slogor)

v1.6.3

Compare Source

v1.6.2

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 | Type | Update | Change | |---|---|---|---| | [github.com/adhocore/gronx](https://github.com/adhocore/gronx) | require | patch | `v1.19.5` -> `v1.19.6` | | [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | require | minor | `v4.18.2` -> `v4.19.1` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | require | patch | `v5.7.2` -> `v5.7.6` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | require | minor | `v1.9.1` -> `v1.10.2` | | [gitlab.com/greyxor/slogor](https://gitlab.com/greyxor/slogor) | require | patch | `v1.6.1` -> `v1.6.3` | | golang.org/x/sync | require | minor | `v0.12.0` -> `v0.18.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>adhocore/gronx (github.com/adhocore/gronx)</summary> ### [`v1.19.6`](https://github.com/adhocore/gronx/releases/tag/v1.19.6): Version v1.19.6 [Compare Source](https://github.com/adhocore/gronx/compare/v1.19.5...v1.19.6) #### What's Changed - IsValid check syntax before evaluating expression by [@&#8203;n0nick](https://github.com/n0nick) in https://github.com/adhocore/gronx/pull/60 #### New Contributors - [@&#8203;n0nick](https://github.com/n0nick) made their first contribution in https://github.com/adhocore/gronx/pull/60 **Full Changelog**: https://github.com/adhocore/gronx/compare/v1.19.5...v1.19.6 </details> <details> <summary>golang-migrate/migrate (github.com/golang-migrate/migrate/v4)</summary> ### [`v4.19.1`](https://github.com/golang-migrate/migrate/releases/tag/v4.19.1) [Compare Source](https://github.com/golang-migrate/migrate/compare/v4.19.0...v4.19.1) #### What's Changed - Bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/golang-migrate/migrate/pull/1334 - Update docker image to use go 1.25, addressing vulnerabilities by [@&#8203;matsoob](https://github.com/matsoob) in https://github.com/golang-migrate/migrate/pull/1333 - Bump golang.org/x/crypto from 0.36.0 to 0.45.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/golang-migrate/migrate/pull/1335 - fix linter issues by [@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/golang-migrate/migrate/pull/1325 - Rename databaseName to databaseDriverName by [@&#8203;iamonah](https://github.com/iamonah) in https://github.com/golang-migrate/migrate/pull/1304 - chore: Update cloud.google.com/go/spanner version by [@&#8203;jferrl](https://github.com/jferrl) in https://github.com/golang-migrate/migrate/pull/1330 - Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/golang-migrate/migrate/pull/1336 - chore: remove dependency on "hashicorp/go-multierror" by [@&#8203;leonklingele](https://github.com/leonklingele) in https://github.com/golang-migrate/migrate/pull/1322 #### New Contributors - [@&#8203;matsoob](https://github.com/matsoob) made their first contribution in https://github.com/golang-migrate/migrate/pull/1333 - [@&#8203;iamonah](https://github.com/iamonah) made their first contribution in https://github.com/golang-migrate/migrate/pull/1304 - [@&#8203;jferrl](https://github.com/jferrl) made their first contribution in https://github.com/golang-migrate/migrate/pull/1330 - [@&#8203;leonklingele](https://github.com/leonklingele) made their first contribution in https://github.com/golang-migrate/migrate/pull/1322 **Full Changelog**: https://github.com/golang-migrate/migrate/compare/v4.19.0...v4.19.1 ### [`v4.19.0`](https://github.com/golang-migrate/migrate/releases/tag/v4.19.0) [Compare Source](https://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0) #### What's Changed - Fixed sqlserver not actually getting a lock if lock is already set by [@&#8203;urbim](https://github.com/urbim) in https://github.com/golang-migrate/migrate/pull/1186 - Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/golang-migrate/migrate/pull/1299 - Update apt-key to gpg by [@&#8203;sandhilt](https://github.com/sandhilt) in https://github.com/golang-migrate/migrate/pull/1277 - Update dktest to v0.4.6 for docker vuln fix by [@&#8203;dhui](https://github.com/dhui) in https://github.com/golang-migrate/migrate/pull/1309 - refactor: Remove go.uber.org/atomic in favor of std sync/atomic by [@&#8203;romshark](https://github.com/romshark) in https://github.com/golang-migrate/migrate/pull/1303 - Ensure bufferWriter is always closed in Migration.Buffer and propagate close errors by [@&#8203;ckantcs](https://github.com/ckantcs) in https://github.com/golang-migrate/migrate/pull/1308 - Add support for Go 1.25 and drop support for 1.23 by [@&#8203;dhui](https://github.com/dhui) in https://github.com/golang-migrate/migrate/pull/1310 #### New Contributors - [@&#8203;urbim](https://github.com/urbim) made their first contribution in https://github.com/golang-migrate/migrate/pull/1186 - [@&#8203;sandhilt](https://github.com/sandhilt) made their first contribution in https://github.com/golang-migrate/migrate/pull/1277 - [@&#8203;romshark](https://github.com/romshark) made their first contribution in https://github.com/golang-migrate/migrate/pull/1303 - [@&#8203;ckantcs](https://github.com/ckantcs) made their first contribution in https://github.com/golang-migrate/migrate/pull/1308 **Full Changelog**: https://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0 ### [`v4.18.3`](https://github.com/golang-migrate/migrate/releases/tag/v4.18.3) [Compare Source](https://github.com/golang-migrate/migrate/compare/v4.18.2...v4.18.3) #### Changelog - [`a4d0a1b`](https://github.com/golang-migrate/migrate/commit/a4d0a1b) Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 - [`f37ef79`](https://github.com/golang-migrate/migrate/commit/f37ef79) Bump golang.org/x/crypto from 0.31.0 to 0.35.0 - [`5b97c92`](https://github.com/golang-migrate/migrate/commit/5b97c92) Bump golang.org/x/net from 0.33.0 to 0.38.0 - [`e6d84f6`](https://github.com/golang-migrate/migrate/commit/e6d84f6) Drop support for Go 1.22 and add support for Go 1.24 - [`fccd197`](https://github.com/golang-migrate/migrate/commit/fccd197) Mention CLI install instructions in main README - [`34c2b4a`](https://github.com/golang-migrate/migrate/commit/34c2b4a) Remove redundant build tags - [`a868033`](https://github.com/golang-migrate/migrate/commit/a868033) Update FAQ.md - typo - [`7269490`](https://github.com/golang-migrate/migrate/commit/7269490) Update golangci-lint version used in GitHub Actions - [`c5137c4`](https://github.com/golang-migrate/migrate/commit/c5137c4) Update migrate -help output for the readme file - [`033835a`](https://github.com/golang-migrate/migrate/commit/033835a) Update to dktest v0.4.5 - [`8b09191`](https://github.com/golang-migrate/migrate/commit/8b09191) fix: typo limited not limitted - [`60d73be`](https://github.com/golang-migrate/migrate/commit/60d73be) refactor: replace github.com/pkg/errors with stdlib - [`36d17ba`](https://github.com/golang-migrate/migrate/commit/36d17ba) tests: fix various tests ([#&#8203;1209](https://github.com/golang-migrate/migrate/issues/1209)) </details> <details> <summary>jackc/pgx (github.com/jackc/pgx/v5)</summary> ### [`v5.7.6`](https://github.com/jackc/pgx/compare/v5.7.5...v5.7.6) [Compare Source](https://github.com/jackc/pgx/compare/v5.7.5...v5.7.6) ### [`v5.7.5`](https://github.com/jackc/pgx/compare/v5.7.4...v5.7.5) [Compare Source](https://github.com/jackc/pgx/compare/v5.7.4...v5.7.5) ### [`v5.7.4`](https://github.com/jackc/pgx/compare/v5.7.3...v5.7.4) [Compare Source](https://github.com/jackc/pgx/compare/v5.7.3...v5.7.4) ### [`v5.7.3`](https://github.com/jackc/pgx/compare/v5.7.2...v5.7.3) [Compare Source](https://github.com/jackc/pgx/compare/v5.7.2...v5.7.3) </details> <details> <summary>spf13/cobra (github.com/spf13/cobra)</summary> ### [`v1.10.2`](https://github.com/spf13/cobra/releases/tag/v1.10.2) [Compare Source](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2) #### 🔧 Dependencies - chore: Migrate from `gopkg.in/yaml.v3` to `go.yaml.in/yaml/v3` by [@&#8203;dims](https://github.com/dims) in https://github.com/spf13/cobra/pull/2336 - the `gopkg.in/yaml.v3` package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of `spf13/cobra` #### 📈 CI/CD - Fix linter and allow CI to pass by [@&#8203;marckhouzam](https://github.com/marckhouzam) in https://github.com/spf13/cobra/pull/2327 - fix: actions/setup-go v6 by [@&#8203;jpmcb](https://github.com/jpmcb) in https://github.com/spf13/cobra/pull/2337 #### 🔥✍🏼 Docs - Add documentation for repeated flags functionality by [@&#8203;rvergis](https://github.com/rvergis) in https://github.com/spf13/cobra/pull/2316 #### 🍂 Refactors - refactor: replace several vars with consts by [@&#8203;htoyoda18](https://github.com/htoyoda18) in https://github.com/spf13/cobra/pull/2328 - refactor: change minUsagePadding from var to const by [@&#8203;ssam18](https://github.com/ssam18) in https://github.com/spf13/cobra/pull/2325 #### 🤗 New Contributors - [@&#8203;rvergis](https://github.com/rvergis) made their first contribution in https://github.com/spf13/cobra/pull/2316 - [@&#8203;htoyoda18](https://github.com/htoyoda18) made their first contribution in https://github.com/spf13/cobra/pull/2328 - [@&#8203;ssam18](https://github.com/ssam18) made their first contribution in https://github.com/spf13/cobra/pull/2325 - [@&#8203;dims](https://github.com/dims) made their first contribution in https://github.com/spf13/cobra/pull/2336 **Full Changelog**: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2 Thank you to our amazing contributors!!!!! 🐍 🚀 ### [`v1.10.1`](https://github.com/spf13/cobra/releases/tag/v1.10.1) [Compare Source](https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1) ##### 🐛 Fix - chore: upgrade pflags v1.0.9 by [@&#8203;jpmcb](https://github.com/jpmcb) in https://github.com/spf13/cobra/pull/2305 v1.0.9 of pflags brought back `ParseErrorsWhitelist` and marked it as deprecated **Full Changelog**: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1 ### [`v1.10.0`](https://github.com/spf13/cobra/releases/tag/v1.10.0) [Compare Source](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.0) #### What's Changed ##### 🚨 Attention! - Bump pflag to 1.0.8 by [@&#8203;tomasaschan](https://github.com/tomasaschan) in https://github.com/spf13/cobra/pull/2303 This version of `pflag` carried a breaking change: it renamed `ParseErrorsWhitelist` to `ParseErrorsAllowlist` which can break builds if both `pflag` and `cobra` are dependencies in your project. - If you use both ` pflag and `cobra` , upgrade `pflag`to 1.0.8 and`cobra`to`1.10.0\` - ***or*** use the newer, fixed version of `pflag` v1.0.9 which keeps the deprecated `ParseErrorsWhitelist` More details can be found here: https://github.com/spf13/cobra/pull/2303#issuecomment-3242333515 ##### ✨ Features - Flow context to command in SetHelpFunc by [@&#8203;Frassle](https://github.com/Frassle) in https://github.com/spf13/cobra/pull/2241 - The default ShellCompDirective can be customized for a command and its subcommands by [@&#8203;albers](https://github.com/albers) in https://github.com/spf13/cobra/pull/2238 ##### 🐛 Fix - Upgrade golangci-lint to v2, address findings by [@&#8203;scop](https://github.com/scop) in https://github.com/spf13/cobra/pull/2279 ##### 🪠 Testing - Test with Go 1.24 by [@&#8203;harryzcy](https://github.com/harryzcy) in https://github.com/spf13/cobra/pull/2236 - chore: Rm GitHub Action PR size labeler by [@&#8203;jpmcb](https://github.com/jpmcb) in https://github.com/spf13/cobra/pull/2256 ##### 📝 Docs - Remove traling curlybrace by [@&#8203;yedayak](https://github.com/yedayak) in https://github.com/spf13/cobra/pull/2237 - Update command.go by [@&#8203;styee](https://github.com/styee) in https://github.com/spf13/cobra/pull/2248 - feat: Add security policy by [@&#8203;jpmcb](https://github.com/jpmcb) in https://github.com/spf13/cobra/pull/2253 - Update Readme (Warp) by [@&#8203;ericdachen](https://github.com/ericdachen) in https://github.com/spf13/cobra/pull/2267 - Add Periscope to the list of projects using Cobra by [@&#8203;anishathalye](https://github.com/anishathalye) in https://github.com/spf13/cobra/pull/2299 #### New Contributors - [@&#8203;harryzcy](https://github.com/harryzcy) made their first contribution in https://github.com/spf13/cobra/pull/2236 - [@&#8203;yedayak](https://github.com/yedayak) made their first contribution in https://github.com/spf13/cobra/pull/2237 - [@&#8203;Frassle](https://github.com/Frassle) made their first contribution in https://github.com/spf13/cobra/pull/2241 - [@&#8203;styee](https://github.com/styee) made their first contribution in https://github.com/spf13/cobra/pull/2248 - [@&#8203;ericdachen](https://github.com/ericdachen) made their first contribution in https://github.com/spf13/cobra/pull/2267 - [@&#8203;albers](https://github.com/albers) made their first contribution in https://github.com/spf13/cobra/pull/2238 - [@&#8203;anishathalye](https://github.com/anishathalye) made their first contribution in https://github.com/spf13/cobra/pull/2299 - [@&#8203;tomasaschan](https://github.com/tomasaschan) made their first contribution in https://github.com/spf13/cobra/pull/2303 **Full Changelog**: https://github.com/spf13/cobra/compare/v1.9.1...v1.9.2 </details> <details> <summary>greyxor/slogor (gitlab.com/greyxor/slogor)</summary> ### [`v1.6.3`](https://gitlab.com/greyxor/slogor/compare/v1.6.2...v1.6.3) [Compare Source](https://gitlab.com/greyxor/slogor/compare/v1.6.2...v1.6.3) ### [`v1.6.2`](https://gitlab.com/greyxor/slogor/compare/v1.6.1...v1.6.2) [Compare Source](https://gitlab.com/greyxor/slogor/compare/v1.6.1...v1.6.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-26 00:13:20 +01:00
kjuulh force-pushed renovate/all from 8a526c50ca to 1c2e418072 2025-04-06 02:40:12 +02:00 Compare
kjuulh changed title from fix(deps): update module github.com/jackc/pgx/v5 to v5.7.4 to fix(deps): update all dependencies 2025-04-06 02:40:12 +02:00
kjuulh force-pushed renovate/all from 1c2e418072 to 635220697c 2025-04-13 02:40:46 +02:00 Compare
Author
Owner

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.5 -> 1.25.0
github.com/spf13/pflag v1.0.6 -> v1.0.9
golang.org/x/crypto v0.31.0 -> v0.45.0
golang.org/x/sys v0.29.0 -> v0.38.0
golang.org/x/text v0.21.0 -> v0.31.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 4 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :----------------------- | :--------------------- | | `go` | `1.23.5` -> `1.25.0` | | `github.com/spf13/pflag` | `v1.0.6` -> `v1.0.9` | | `golang.org/x/crypto` | `v0.31.0` -> `v0.45.0` | | `golang.org/x/sys` | `v0.29.0` -> `v0.38.0` | | `golang.org/x/text` | `v0.21.0` -> `v0.31.0` |
kjuulh force-pushed renovate/all from 635220697c to d34796ee93 2025-04-25 02:41:14 +02:00 Compare
kjuulh force-pushed renovate/all from d34796ee93 to 9f3c0491ae 2025-05-01 02:40:05 +02:00 Compare
kjuulh force-pushed renovate/all from 9f3c0491ae to d2b948cce4 2025-05-06 02:38:44 +02:00 Compare
kjuulh force-pushed renovate/all from d2b948cce4 to dbf908d379 2025-05-07 02:41:53 +02:00 Compare
kjuulh force-pushed renovate/all from dbf908d379 to 2a64b74584 2025-05-18 02:37:33 +02:00 Compare
kjuulh force-pushed renovate/all from 2a64b74584 to a27fc5ef62 2025-06-06 02:42:57 +02:00 Compare
kjuulh force-pushed renovate/all from a27fc5ef62 to 7352d7859a 2025-07-09 02:44:22 +02:00 Compare
kjuulh force-pushed renovate/all from 7352d7859a to 93b9999fa8 2025-07-10 02:43:30 +02:00 Compare
kjuulh force-pushed renovate/all from 93b9999fa8 to d2c135ca1f 2025-11-13 03:29:00 +01:00 Compare
kjuulh force-pushed renovate/all from d2c135ca1f to 817a79c17d 2025-11-30 02:46:05 +01:00 Compare
kjuulh force-pushed renovate/all from 817a79c17d to cd55496717 2025-12-03 02:47:18 +01:00 Compare
kjuulh force-pushed renovate/all from cd55496717 to 32b06d144c 2025-12-04 02:48:19 +01:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/orbis#12
No description provided.