Configure Renovate for Azure DevOps

Disclaimer, there is already official documentation for that here. The special thing about this blog post is that we use the docker image and not the NPX command. The pipeline The pipeline is quite straight forward configure. It will just starts a container every day at 3am and run renovate.…

Andere git Nutzer für GitHub, Azure DevOps, GitLab etc. verwenden

Wenn man auf GitHub unter einem persönlichen Alias committen möchte, in Azure DevOps jedoch mit der Unternehmens‑Identität, empfiehlt sich eine saubere Trennung der Git‑Identitäten anhand des Projektpfads. Die folgende Lösung nutzt Conditional Includes in Git und funktioniert zuverlässig unter Git for Windows. Voraussetzungen * Git for Windows ≥ 2.40…