We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b4808 commit 3fee391Copy full SHA for 3fee391
1 file changed
.github/dependabot.yml
@@ -9,7 +9,15 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ commit-message:
13
+ prefix: "[CI] "
14
+ groups:
15
+ ci-actions:
16
+ patterns: ["*"]
17
- package-ecosystem: "gradle"
18
19
20
interval: "daily"
21
22
+ lib-dependencies:
23
0 commit comments