Skip to content

Commit

Permalink
Merge pull request #4 from edeandrea/add-dependabot
Browse files Browse the repository at this point in the history
Add Dependabot configuration file
  • Loading branch information
danieloh30 authored Mar 28, 2024
2 parents 9b993a3 + 0a251c7 commit 9d297b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: maven
directory: /
schedule:
interval: daily

- package-ecosystem: npm
directory: frontend
schedule:
interval: daily

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

0 comments on commit 9d297b3

Please sign in to comment.