Skip to content

Commit

Permalink
Create dependabot.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
emomeni authored Jul 15, 2024
1 parent 675d8b1 commit 98c5204
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/" # Location of package.json
schedule:
interval: "daily" # Options are "daily", "weekly", "monthly"
- package-ecosystem: "maven"
directory: "/" # Location of pom.xml
schedule:
interval: "weekly"

0 comments on commit 98c5204

Please sign in to comment.