Skip to content

Commit b197148

Browse files
authored
Change Dependabot update schedule to quarterly
1 parent bfd594d commit b197148

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
@@ -8,9 +8,9 @@ updates:
88
- package-ecosystem: "pip" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "monthly"
11+
interval: "quarterly"
1212

1313
- package-ecosystem: "github-actions" # See documentation for possible values
1414
directory: "/" # Location of package manifests
1515
schedule:
16-
interval: "monthly"
16+
interval: "quarterly"

0 commit comments

Comments
 (0)