Automate Dependency Management With Renovate From Mend

Sdílet
Vložit
  • čas přidán 21. 08. 2024

Komentáře • 42

  • @DevOpsToolkit
    @DevOpsToolkit  Před 2 lety

    What do you use to manage dependencies?

  • @Camerontainium
    @Camerontainium Před 2 lety +5

    Glad to see Renovate getting more attention. Such a vast feature set which is easily configured.

  • @dirien
    @dirien Před 2 lety +2

    Great vid, Viktor! Long time renovate user myself and can highly recommend it!

  • @asafsavich4054
    @asafsavich4054 Před 2 lety +1

    We must get rid of this cumbersome process, once again thank you Viktor! Checking it out..

  • @57skies
    @57skies Před 2 lety +3

    this is freaking amazing! I have tried it in a few personal projects and I am blown away. I will try it against private repos aswell (jfrog) and see how it behaves, but there is a 99% chance that we will buy a license. thank you for this

  • @DrorNir
    @DrorNir Před 2 lety +1

    Omg I'm famous 🤩
    Thanks for the great content!

  • @tabacman4386
    @tabacman4386 Před 2 lety +2

    Thanks for sharing! Will try that out

  • @subscribre
    @subscribre Před 2 lety +2

    Awesome video, you and Renovate are both great!

  • @shiriib
    @shiriib Před 2 lety +2

    Looks interesting, thanks for sharing!

  • @einavshechter743
    @einavshechter743 Před 2 lety +2

    Awesome video, I found it very insightful.

  • @natalidalid1865
    @natalidalid1865 Před 2 lety +2

    Great video☝️ thanks!

  • @danafinetlv
    @danafinetlv Před 4 měsíci +1

    Great video!!

  • @lukebrogan724
    @lukebrogan724 Před 2 lety +2

    Great tips!

  • @raffdev
    @raffdev Před rokem +1

    Great video, thanks for explanation

  • @MrARES238
    @MrARES238 Před 2 měsíci +1

    Hey, awesome video! :) You mentioned showing us some tips and tricks of renovate but I cannot find them anywhere on your channel, can you link them? :)

    • @DevOpsToolkit
      @DevOpsToolkit  Před 2 měsíci

      Unfortinately, I did not do those just yet. I am planning another video related to renovate but I cannot confirm the date.

  • @michal9113
    @michal9113 Před 2 lety +1

    Dziękujemy.

  • @milaa2561
    @milaa2561 Před rokem +1

    Thanks!

  • @bturtu405
    @bturtu405 Před 2 lety +1

    Great video thanks

  • @truthseeker1776
    @truthseeker1776 Před 2 lety +3

    Managing k8s is a pain with depreciated APIs imbedded in resource configs. If renovate can be extended to support k8s version detection, that'll be awesome 😎.

    • @DevOpsToolkit
      @DevOpsToolkit  Před 2 lety

      That's the top of my wish list.

    • @Se1001000
      @Se1001000 Před 2 lety +2

      The best way to get such a feature is to open an issue, if there isn't one yet, and to upvote it ;)

  • @nickr753
    @nickr753 Před rokem +1

    Didn't know Slavoj Žižek knew Golang

  • @user-cg6zn8pq3g
    @user-cg6zn8pq3g Před 2 měsíci +1

    Thanks for great video. Maybe I missed but wanna ask a question. Does renovate suggest changes in code block via PR if there is a breaking change for update?

  • @rw-xf4cb
    @rw-xf4cb Před 2 lety +1

    Can get a bit noisy - we were monitoring AWSCLI versions at one time and everyday there was a new pull request..... Otherwise a good product to move forward.....

    • @Se1001000
      @Se1001000 Před 2 lety +2

      You can group PRs and add a schedule. e.g. Combine all 3rd party PRs and let them create on weekends. On Monday then you can merge.

  • @vrabbi
    @vrabbi Před 2 lety +2

    Any thoughts on renovate vs dependabot whoch seems more widely used at least in the k8s space?

  • @mxz2024
    @mxz2024 Před rokem +1

    Is it good for angular projects or node packages? The problem im afraid of is, that often you have to change a lot within the typesceip code if you just update a Angular version or TS

    • @DevOpsToolkit
      @DevOpsToolkit  Před rokem +2

      It's good for getting PRs with all the upgrades. Now, whether you will merge those PRs right away or later (or never), depends on your confidence in your tests.

    • @mxz2024
      @mxz2024 Před rokem +1

      @@DevOpsToolkit i will try it one day thanks✌️

  • @sumit539
    @sumit539 Před 7 měsíci

    I have a question: will Dependabot or Renovate help us if an SCA (BlackDuck) tool finds vulnerabilities, and will they only fix those vulnerabilities identified by the SCA tool?

    • @DevOpsToolkit
      @DevOpsToolkit  Před 7 měsíci +1

      In a way, yes. Renovate or depebdabot will create Pars when there are new versions of something. On the other hand, a vulnerability is often fixed by upgrading.

    • @sumit539
      @sumit539 Před 7 měsíci

      @@DevOpsToolkit I agree Dependabot addresses vulnerabilities by updating to newer versions based on GitHub's internal scan results. I'm curious about which advisory sources Renovate relies on. Additionally, I'd like to know if I can propose a custom advisory, derived from a different SCA tool, through another GitHub action?

    • @DevOpsToolkit
      @DevOpsToolkit  Před 7 měsíci +1

      @sumit539 as far as I know, it simply looks into repos for new releases and if it finds one that matches your rules about versions it creates a PR. As far as I know, it has no relations with advisories.

    • @sumit539
      @sumit539 Před 7 měsíci

      @@DevOpsToolkit Thank you for your response :)

  • @KanakSinghal
    @KanakSinghal Před 2 lety +1

    Your go.mod had go version 1.16 and docker is now using go 1.18 image 🤔

  • @farzadmf
    @farzadmf Před 2 lety +1

    Did I miss it or there was no "cons" section? 😆

    • @DevOpsToolkit
      @DevOpsToolkit  Před 2 lety +3

      There is a cons section but only with one item (scope).

    • @farzadmf
      @farzadmf Před 2 lety +1

      Great, thanks for introducing the tool, seems cool