From 8f0360f0ee2286a8b416f5126f14adef827c443e Mon Sep 17 00:00:00 2001
From: rschamp <rschamp@media.mit.edu>
Date: Tue, 31 Aug 2021 11:19:24 -0400
Subject: [PATCH] Don't publish renovate builds to gh-pages

This is just copying over config from previous dependency managers.
---
 .circleci/config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1a13f031d..b97d187e3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -230,4 +230,5 @@ workflows:
             branches:
               ignore:
                 - /^dependabot/.*/
+                - /^renovate/.*/
                 - /^pull/.*/ # don't deploy to  gh pages on PRs.
-- 
GitLab