Skip to content

Commit 0154374

Browse files
authored
[Dependabot] Reduce frequency to monthly to reduce noise (#400)
1 parent 34f276e commit 0154374

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: "pip" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "daily"
11+
interval: "monthly"
1212

1313
- package-ecosystem: "github-actions"
1414
directory: "/"
1515
schedule:
16-
interval: "daily"
16+
interval: "monthly"

0 commit comments

Comments
 (0)