Skip to content

Commit

Permalink
feat: add dependabot.yml configuration to auto-assign reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
raits committed Feb 15, 2024
1 parent dea4666 commit 1c59135
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/src"
schedule:
interval: "daily"
reviewers:
- "nordic-institute/xrd-developers"
- package-ecosystem: "pnpm"
directory: "/src"
schedule:
interval: "daily"
reviewers:
- "nordic-institute/xrd-developers"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "nordic-institute/xrd-developers"

0 comments on commit 1c59135

Please sign in to comment.