Skip to content

Commit

Permalink
update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek authored Oct 7, 2024
1 parent fad6d75 commit db989c4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 1
groups:
patch-upgrades:
update-types: ["patch"]
dev-upgrades:
dependency-type: "development"
update-types: ["minor"]
python:
patterns: ["*"]
labels:
- dependencies
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 1
labels:
- dependencies

0 comments on commit db989c4

Please sign in to comment.