We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14e445 commit 94c8d6bCopy full SHA for 94c8d6b
.dependabot/config.yml
.github/dependabot.yml
@@ -0,0 +1,9 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: gradle
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
7
+ time: "08:00"
8
+ timezone: Etc/UCT
9
+ open-pull-requests-limit: 99
.kodiak.toml
@@ -5,7 +5,7 @@ method = "squash"
prioritize_ready_to_merge = true
[approve]
-auto_approve_usernames = ["dependabot-preview", "gnarea"]
+auto_approve_usernames = ["dependabot", "gnarea"]
10
[merge.message]
11
title = "pull_request_title"
0 commit comments