From 36ff8c2036883fc71380c5c460213e96eeb22b9c Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 28 Jun 2021 15:28:56 -0700 Subject: [PATCH] travis: don't build dependabot branches --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ef72a11a..0e75240a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ branches: except: - "/^wip/" + - "/^dependabot/" language: python