Skip to content

Commit

Permalink
chore(dependabot): group pip minor/patch updates (#9687)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Sep 18, 2023
1 parent 1d1dde8 commit 80c9cf4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,25 @@ updates:
directory: "/deployer"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"

- package-ecosystem: "pip"
directory: "/testing/integration"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"

- package-ecosystem: npm
directory: "/client/pwa"
Expand Down

0 comments on commit 80c9cf4

Please sign in to comment.