Skip to content

Commit

Permalink
buildomat: allow dependabot/renovate jobs without manual approval (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
jclulow authored Jun 13, 2022
1 parent 25b85d7 commit 32f056c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/buildomat/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,18 @@
# the buildomat integration to create check suites.
#
enable = true

#
# Require approval for pull requests made by users outside our organisation.
#
org_only = true

#
# We accept pull requests from several automated services that are outside the
# organisation. Allow jobs from those sources to proceed without manual
# approval:
#
allow_users = [
"dependabot[bot]",
"renovate[bot]",
]

0 comments on commit 32f056c

Please sign in to comment.