Skip to content

Commit

Permalink
dependabot.yml: Update frequency of checks (#347)
Browse files Browse the repository at this point in the history
Updates the frequency of checks to once a week, mondays at 01:00 UTC.
  • Loading branch information
Javagedes authored May 30, 2023
1 parent e164603 commit fcaedb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/docs/user/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "01:00"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "01:00"

0 comments on commit fcaedb5

Please sign in to comment.