Our great sponsors
-
In this post, I introduce some tips about Renovate.
-
If at least one approval is required to merge pull requests, the GitHub App renovate-approve would be useful.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
aqua
Declarative CLI Version manager written in Go. Support Lazy Install, Registry, and continuous update with Renovate. CLI version is switched seamlessly
version=v0.7.2 # renovate: depName=suzuki-shunsuke/aqua URL=https://github.com/suzuki-shunsuke/aqua/releases/download/${version}/aqua_linux_amd64.tar.gz curl --fail -L "$URL" -o aqua_linux_amd64.tar.gz
-
For example, please see the pull request https://github.com/renovatebot/github-action/pull/557 . Before sending this pull request, I tested the Configuration in a test repository and described it in the pull request description.
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
{ "matchManagers": ["helmfile"], "matchPackageNames": ["ingress-nginx"], "prBodyNotes": [ "[compare](https://github.com/kubernetes/ingress-nginx/compare/helm-chart-{{currentVersion}}...helm-chart-{{newVersion}}), [Changelog](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/CHANGELOG.md), [Artifact Hub](https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog)" ] }
-
Renovate Configuration supports JSON and JSON5. If you want to write code comments, JSON5 is useful. On the other hand, the support of JSON5 by tools like editor, IDE, formatter, and linter is poorer than JSON.
Related posts
- Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible
- json, please...
- Show HN: DTL: a language and JavaScript lib to transform and manipulate data
- NPM: How to document your package.json scripts
- Douglas Crockford removed the ability to add comments to JSON files. What is the best way to add comments into .json files?