Skip to content

Commit

Permalink
add dependabot
Browse files Browse the repository at this point in the history
While reviewing the code I found a lot of reported outdated npm packages
with open security vulnerabilities. Given the sensitive nature of this
projects, it's therefore recommended to keep the project dependencies
up-to-date automatically.
  • Loading branch information
Mic92 committed Sep 28, 2022
1 parent 2c902f9 commit 14c5860
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/web-admin"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 14c5860

Please sign in to comment.