Skip to content

Commit 8fc577e

Browse files
committed
.github/dependabot.yml: use monthly schedule
1 parent 53d77b2 commit 8fc577e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ updates:
55
- package-ecosystem: "github-actions"
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: "monthly"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
13-
interval: "daily"
13+
interval: "monthly"

0 commit comments

Comments
 (0)