Skip to content

Commit bf24fa0

Browse files
committed
Increase dependabot schedule check
1 parent 8703dd6 commit bf24fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ updates:
88
- package-ecosystem: "maven"
99
directory: "/"
1010
schedule:
11-
interval: "daily"
11+
interval: "monthly"
1212
- package-ecosystem: "github-actions"
1313
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
1414
directory: "/"
1515
schedule:
16-
interval: "daily"
16+
interval: "monthly"

0 commit comments

Comments
 (0)