Skip to content

Commit

Permalink
Fix dependabot configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 20, 2024
1 parent bc2bd4e commit b82e6f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates:
patterns:
- '*'
- package-ecosystem: "pip"
directory: "/"
directory: ".github/workflows"
target-branch: trunk
schedule:
interval: "monthly"
Expand Down Expand Up @@ -61,14 +61,14 @@ updates:
reviewers:
- joaander
groups:
pip-version:
cargo-version:
applies-to: version-updates
patterns:
- '*'
update-types:
- minor
- patch
pip-security:
cargo-security:
applies-to: security-updates
patterns:
- '*'
Expand Down

0 comments on commit b82e6f2

Please sign in to comment.