We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e5eea commit 168fba2Copy full SHA for 168fba2
1 file changed
.github/buildomat/config.toml
@@ -8,3 +8,10 @@ enable = true
8
# Require approval for pull requests made by users outside our organisation.
9
#
10
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