🚀 TheRoks
  • Home
  • Sitecore
  • About me
  • Jan 17, 2026

    Automating Dependabot Minor and Patch Updates

    Managing dependency updates at scale creates alert fatigue and security drift. This guide demonstrates a pragmatic approach to automating minor and patch updates using GitHub Actions while preserving manual review for major changes.

    • github-actions
    • dependabot
    • automation
    • devops
  • Aug 3, 2021

    Centralize Sitecore NuGet Packages and Prevent DLL Deployment Bloat

    Managing NuGet packages across 150+ Sitecore projects? Discover how to centralize package versions, prevent version drift, and keep Sitecore's shipped DLLs out of your deployments with PackageReference and Directory.Build.props.

    • sitecore
    • nuget
    • msbuild
    • devops
    • helix
    • deployment
  • Oct 13, 2019

    Efficient building a monorepo on Azure DevOps

    Optimize a build process in a monorepo in Azure DevOps using all new features like Yaml pipelines, Pipeline Artifacts, Cache Beta, and Azure's Rest API.

    • devops
    • azure
    • powershell
    • git