From acd22fbd5d701d5eee2a3af00e38ad9d74ef68a4 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Mon, 14 Oct 2019 20:03:09 +0100 Subject: [PATCH] Excavator: Update policy-bot config (#416) --- .policy.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.policy.yml b/.policy.yml index afcb7c576..9bf6d5391 100644 --- a/.policy.yml +++ b/.policy.yml @@ -8,8 +8,8 @@ policy: - changelog only and contributor approval - fixing excavator - excavator only touched baseline, circle, gradle files, godel files, docker-compose-rule config or versions.props - - excavator only touched package.json and lock files - excavator only touched config files + - bots updated package.json and lock files disapproval: requires: organizations: [ "palantir" ] @@ -89,12 +89,14 @@ approval_rules: - "^\\..*.yml$" - "^\\.github/.*$" - - name: excavator only touched package.json and lock files + - name: bots updated package.json and lock files requires: count: 0 if: has_author_in: - users: [ "svc-excavator-bot" ] + users: + - "svc-excavator-bot" + - "dependabot[bot]" only_changed_files: paths: - "^.*yarn.lock$"