Skip to content

Commit

Permalink
Add dependabot configuration (#3162)
Browse files Browse the repository at this point in the history
* Add dependabot configuration

See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/

* update interval to weekly

* Update dependabot.yml

Co-authored-by: Chayim <[email protected]>
Co-authored-by: M Sazzadul Hoque <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2022
1 parent 0d1c889 commit 23d4ab0
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"

0 comments on commit 23d4ab0

Please sign in to comment.