Skip to content

Commit 2505334

Browse files
authored
Change Dependabot update schedule to quarterly
1 parent 2dfc608 commit 2505334

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ updates:
1111
- package-ecosystem: "npm" # See documentation for possible values
1212
directory: "/" # Location of package manifests
1313
schedule:
14-
interval: "monthly"
14+
interval: "quarterly"
1515
open-pull-requests-limit: 10
1616

1717
- package-ecosystem: "docker" # See documentation for possible values
1818
directory: "/" # Location of package manifests
1919
schedule:
20-
interval: "monthly"
20+
interval: "quarterly"
2121
open-pull-requests-limit: 10
2222

2323
- package-ecosystem: "github-actions" # See documentation for possible values
2424
directory: "/" # Location of package manifests
2525
schedule:
26-
interval: "monthly"
26+
interval: "quarterly"

0 commit comments

Comments
 (0)