Skip to content

Commit 841d787

Browse files
authored
Merge pull request #4842 from reinhapa/dependabot-fix
2 parents 1e92f35 + f54f131 commit 841d787

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem:
4-
- github-actions
5-
- maven
3+
- package-ecosystem: "github-actions"
64
directory: "/"
75
schedule:
8-
interval: daily
6+
interval: "weekly"
7+
- package-ecosystem: "maven"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"
911
time: "03:00"
1012
open-pull-requests-limit: 10
1113
ignore:
@@ -33,4 +35,4 @@ updates:
3335
- dependency-name: com.mycila:license-maven-plugin
3436
versions:
3537
- "4.0"
36-
- 4.0.rc2
38+
- "4.0.rc2"

0 commit comments

Comments
 (0)