Skip to content

Commit 168fba2

Browse files
committed
Allow buildomat workflows for dependabot PRs
1 parent 87e5eea commit 168fba2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/buildomat/config.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ enable = true
88
# Require approval for pull requests made by users outside our organisation.
99
#
1010
org_only = true
11+
12+
#
13+
# Allow jobs on pull requests from automated services specified here.
14+
#
15+
allow_users = [
16+
"dependabot[bot]",
17+
]

0 commit comments

Comments
 (0)