Skip to content

Commit

Permalink
update dependabot to open PRs weekly
Browse files Browse the repository at this point in the history
In order to no get flooded with PRs from dependabot daily,
let's check for new versions weekly instead.

Signed-off-by: Laura Loghin <[email protected]>
  • Loading branch information
lauralt committed Apr 21, 2023
1 parent dd16197 commit 3beecab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"

0 comments on commit 3beecab

Please sign in to comment.