Skip to content

Commit

Permalink
Merge pull request #269 from RADAR-base/configure-dependabot
Browse files Browse the repository at this point in the history
Configure dependabot to target dev branch
  • Loading branch information
Bdegraaf1234 authored Jun 5, 2024
2 parents bdb6fa4 + 7550df7 commit c8ffc83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
target-branch: "dev"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
target-branch: "dev"

0 comments on commit c8ffc83

Please sign in to comment.