Skip to content

Commit

Permalink
fix: fix dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
toadharvard committed Oct 27, 2023
1 parent df4f7fd commit 031e070
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ updates:
interval: weekly
groups:
pip:
patterns:
- "*"
update-types:
- "minor"
- "patch"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly

groups:
actions:
actions:
patterns:
- "*"

0 comments on commit 031e070

Please sign in to comment.