Skip to content

Commit

Permalink
ci: less-frequent-dependabot (#9367)
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Nov 22, 2023
1 parent c36f8db commit 939c3aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 300
groups:
babel:
Expand Down Expand Up @@ -41,17 +41,17 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 300
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 300
- package-ecosystem: "docker"
directory: "/docker/frontend"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 300
- package-ecosystem: "pip"
directory: "/scripts/packager-codes/non-eu/"
Expand Down

0 comments on commit 939c3aa

Please sign in to comment.