Skip to content

Commit

Permalink
Merge pull request #1956 from nordic-institute/dependabot-configuration
Browse files Browse the repository at this point in the history
feat: add dependabot.yml configuration to auto-assign reviewers
  • Loading branch information
raits authored Feb 16, 2024
2 parents ff5f2aa + 1c59135 commit afbc568
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 afbc568

Please sign in to comment.