mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Make dependabot run monthly rather than weekly
This commit is contained in:
parent
cb0c918862
commit
b8e3351a79
1 changed files with 5 additions and 5 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
|
@ -8,20 +8,20 @@ updates:
|
|||
- package-ecosystem: "pip" # Python package ecosystem
|
||||
directory: "/cli" # Location of Python package manifests for cli
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
- package-ecosystem: "pip" # Python package ecosystem
|
||||
directory: "/django/aiservice" # Location of Python package manifests for aiservice
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
- package-ecosystem: "npm" # JavaScript package ecosystem
|
||||
directory: "/js/cf-api" # Location of JavaScript package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
- package-ecosystem: "npm" # JavaScript package ecosystem
|
||||
directory: "/js/cf-webapp" # Location of JavaScript package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
- package-ecosystem: "npm" # JavaScript package ecosystem
|
||||
directory: "/js/common" # Location of JavaScript package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
Loading…
Reference in a new issue