kubearmor / kubearmor-client

KubeArmor cli tool aka kArmor :robot:
Apache License 2.0
34 stars 82 forks source link

Feat: added postUpdate option in Renovate for go tidy #429

Closed EraKin575 closed 4 months ago

EraKin575 commented 5 months ago

Solves #428

With this configuration, Renovate will automatically tidy your Go modules after each dependency update, ensuring that your go.sum file only contains necessary entries and is free from clutter associated with previous versions of your dependencies.

EraKin575 commented 5 months ago

@kranurag7 please review

kranurag7 commented 5 months ago

Below is the diff:

-    "config:base"
+    "config:recommended"

And then the validator is happy.

$ renovate-config-validator renovate.json
 INFO: Validating renovate.json
 INFO: Config validated successfully
kranurag7 commented 5 months ago

@EraKin575 small nit, can you please squash the commits?

EraKin575 commented 4 months ago

made my first contribution to kubearmor!