Skip to content

Commit

Permalink
Add Dependabot configuration file
Browse files Browse the repository at this point in the history
This commit introduces a new Dependabot configuration file to the project. The configuration is set to daily check and update the Maven, npm, and GitHub Actions packages located in the root and frontend directories to ensure that the project dependencies are always up-to-date.

Signed-off-by: Eric Deandrea <[email protected]>
  • Loading branch information
edeandrea committed Mar 28, 2024
1 parent 9b993a3 commit 0a251c7
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 0a251c7

Please sign in to comment.