Skip to content

Commit

Permalink
Add the dependabot config.
Browse files Browse the repository at this point in the history
Dependabot will run once a week every Sunday to fetch the latest updates.
It will be able to open a maximum of 5 PRs.
  • Loading branch information
tim-s-ccs committed Apr 24, 2023
1 parent 9f9a94a commit 006be64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"

0 comments on commit 006be64

Please sign in to comment.