Skip to content

Commit

Permalink
chore: add grouping for dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulius Juzenas committed Feb 13, 2025
1 parent 987c6ab commit a6a1773
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
groups:
minor:
update-types:
- "minor"
- "patch"
major:
update-types:
- "major"
- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "weekly"
groups:
minor:
update-types:
- "minor"
- "patch"
major:
update-types:
- "major"

0 comments on commit a6a1773

Please sign in to comment.