Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #138 from gtardif/dependabot_config
Browse files Browse the repository at this point in the history
Add dependabot config to group updates, avoid too many PRs
  • Loading branch information
gtardif authored Jun 26, 2024
2 parents 1383716 + 6b76cbe commit 31c0071
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "weekly"
groups:
js:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "npm"
directory: "/e2e/electron"
schedule:
interval: "weekly"
groups:
js:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
go:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
groups:
docker:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 31c0071

Please sign in to comment.