[Dependabot] [CI] Re-configure Dependabot and disable duplicate builds (#13359)

This commit is contained in:
Amog Kamsetty
2021-01-12 09:28:58 -08:00
committed by GitHub
parent 25f10a947a
commit 9eebd090cf
3 changed files with 17 additions and 6 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
name: CI
on: [push, pull_request]
on:
push:
branches-ignore:
# Don't run CI for Dependabot branch pushes.
- "dependabot/**"
pull_request:
env:
# Git GITHUB_... variables are useful for translating Travis environment variables