Skip to content

Commit

Permalink
disable non-security dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-codecov committed Sep 19, 2024
1 parent 94b6424 commit ac63222
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ updates:
- package-ecosystem: "pip"
directory: "/" # pyproject.toml in root
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 0 # Security updates only
- package-ecosystem: "cargo"
directory: "/" # Cargo.toml workspace in root
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 0 # Security updates only

0 comments on commit ac63222

Please sign in to comment.