Skip to content

Commit

Permalink
Merge pull request #833 from aiarena/update-dependabot-js-config
Browse files Browse the repository at this point in the history
Update dependabot config to include frontend javascript debepndencies
  • Loading branch information
DrillableBit authored Dec 20, 2024
2 parents fcbb85b + 1316b67 commit 61993d0
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/pip"
schedule:
interval: daily
open-pull-requests-limit: 10
# Python dependencies
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

# Frontend dependencies
- package-ecosystem: npm
directory: "/frontend"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 61993d0

Please sign in to comment.