Skip to content

Commit 23655db

Browse files
authored
ci: fix dependabot config (#3041)
Missed one "never" in the last commit. Signed-off-by: Terri Oda <[email protected]>
1 parent 7973717 commit 23655db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,5 +344,5 @@ updates:
344344
- package-ecosystem: maven
345345
directory: /test/language_data
346346
schedule:
347-
interval: never
347+
interval: monthly
348348

0 commit comments

Comments
 (0)