Skip to content

Commit c51976c

Browse files
Excavator: Update policy-bot config (#217)
1 parent bfd0c30 commit c51976c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.policy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ policy:
88
- changelog only and contributor approval
99
- fixing excavator
1010
- excavator only touched baseline, circle, gradle files, godel files, docker-compose-rule config or versions.props
11-
- excavator only touched package.json and lock files
1211
- excavator only touched config files
12+
- bots updated package.json and lock files
1313
disapproval:
1414
requires:
1515
organizations: [ "palantir" ]
@@ -89,12 +89,14 @@ approval_rules:
8989
- "^\\..*.yml$"
9090
- "^\\.github/.*$"
9191

92-
- name: excavator only touched package.json and lock files
92+
- name: bots updated package.json and lock files
9393
requires:
9494
count: 0
9595
if:
9696
has_author_in:
97-
users: [ "svc-excavator-bot" ]
97+
users:
98+
- "svc-excavator-bot"
99+
- "dependabot[bot]"
98100
only_changed_files:
99101
paths:
100102
- "^.*yarn.lock$"

0 commit comments

Comments
 (0)