Marvin0098
Marvin0098
> Ok here I am posting a complete working solution with self hosted renovate on github actions. Please note that this solution is for Kotlin/Gradle/Maven based repos. > > Inside...
Sorry, I typed npm which made it confusing. Here just an example JUST with maven: My code: ``` { "platform": "github", "endpoint": "https://api.github.com", "token": "", "enabled": true, "repositories": ["repoOwner/repoName"], "dependencyDashboard":...
I think i found a way filtering for packageprefixes (example for npm): ``` { "matchDatasources": ["npm"], "registryUrls": [ "https://registry.npmjs.org/" ] }, { "matchDatasources": ["npm"], "matchPackagePrefixes": ["@myAwesomePrefix"], "registryUrls": [ "https://domain-domainOwner.d.codeartifact.region.amazonaws.com/npm/repository/" ]...
👀
I'm using parts of this helm chart from the PR already to create plans. An official helm chart would be awesome and highly appreciated.
They are not using the cluster admin role anymore, check the latest release 0.13.4
> Unfortunately even if this was merged, I don't see any workflow to publish the Helm chart anywhere. I could look into that
@shandr We are seeing this exact same issue in our cluster's. Do you know any workaround besides using https://github.com/pelotech/nidhogg? (we really don't want to add yet a new tool to...
Hello, are there any updates on this issue? We want to include config files, but that's not possible with the helm chart. Thanks!