Skip to content

Commit

Permalink
ci: update dependencies weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Jun 18, 2023
1 parent b850aee commit 4dae622
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
interval: weekly
- package-ecosystem: pip
directory: "/docs"
schedule:
interval: daily
interval: weekly
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
interval: weekly
allow:
- dependency-type: "all"
versioning-strategy: lockfile-only
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4dae622

Please sign in to comment.