We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c6f29 commit 4ccae19Copy full SHA for 4ccae19
1 file changed
.github/dependabot.yml
@@ -3,9 +3,8 @@ updates:
3
- package-ecosystem: "maven"
4
directory: "/"
5
schedule:
6
- interval: "daily"
7
- time: "09:00"
8
- timezone: "UTC"
+ interval: "weekly"
+ day: "monday"
9
open-pull-requests-limit: 5
10
commit-message:
11
prefix: "[maven]"
@@ -16,9 +15,8 @@ updates:
16
15
- package-ecosystem: "github-actions"
17
directory: "/.github/workflows"
18
19
20
21
22
23
24
prefix: "[github-actions]"
0 commit comments