From eb4da293c6b8f1288fd839e8ebea16efb2bf7cb2 Mon Sep 17 00:00:00 2001 From: John Hill Date: Tue, 25 Jan 2022 06:10:00 -0800 Subject: [PATCH] [CI]Update dependabot rules again (#4762) * Update dependabot rules again * update safeword Co-authored-by: Shefali Joshi --- .github/dependabot.yml | 3 ++- .github/workflows/prcop-config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5213a30e31..5212b61914 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: - "type:maintenance" - "dependencies" - "pr:e2e" + - "pr:daveit" allow: - dependency-name: "*eslint*" - dependency-name: "*karma*" @@ -25,4 +26,4 @@ updates: labels: - "type:maintenance" - "dependencies" - - "prcop:disable" + - "pr:daveit" diff --git a/.github/workflows/prcop-config.json b/.github/workflows/prcop-config.json index 9e43998028..5c278b0ec0 100644 --- a/.github/workflows/prcop-config.json +++ b/.github/workflows/prcop-config.json @@ -15,5 +15,5 @@ } } ], - "disableWord": "prcop:disable" + "disableWord": "pr:daveit" }