Nicolas Fränkelfrankel.hashnode.dev·Jun 27, 2024Renovate for everythingIn my earlier post about moving from Kotlin Scripting to Python, I mentioned several reasons: Separating the content from the script Kotlin Scripting is an unloved child of JetBrains Renovate cannot update Kotlin Scripting files I was wrong on t...renovate
Matthieu Vincentyodamad.hashnode.dev·Jun 3, 2024Manage your dependencies with Renovate & GitLabNowadays, applications are built with the help of many dependencies coming mostly from the OpenSource community. This is very useful to reuse existing components and to be more productive in our work. But it brings some maintenance that can become co...2 likes·1.9K readsGitLab
Alen Demirovicrefunction1.hashnode.dev·May 9, 2024Configure Renovate on Azure DevOps mono-repoToday i will be providing details about setting up Renovate via Azure DevOps CI/CD pipeline which runs on monthly basis. Here you can see how automation of dependency management takes place in Enterprise environments where you have software, infrastr...238 readsAzure
Mounir Messelmeniblog.mounirmesselmeni.de·Mar 6, 2023Streamline Your Software Updates with RenovateIn today's fast-paced technology landscape, keeping your software up to date is essential. Whether it's updating your backend applications or your frontend application software updates can improve performance, enhance security, and provide new featur...76 readspackages
Fateh AKfateh.hashnode.dev·Feb 18, 2023Automate your dependency updates with RenovateEvery modern web project has a plethora of dependencies bundled together. It may not seem much initially, but managing dependencies becomes a project's greatest maintenance nightmare in the long run. The hard truth is dependencies go out-of-date rapi...55 readsnpm
Frank Wickströmwickstrom.dev·Jan 20, 2023Renovate Bot behind a proxy on GitLab CIRenovate Bot, or simply Renovate, is a multi-language, automatic dependency manager that updates dependencies by opening pull/merge requests to a repository. It offers many configuration options and supports common package managers for a lot of langu...1.6K readsGitLab-CI