Skip to content

Commit

Permalink
Merge pull request #196 from aldbr/main_FIX_dependabot-new-structure
Browse files Browse the repository at this point in the history
build(ci): fix dependabot
  • Loading branch information
aldbr authored Aug 26, 2024
2 parents cd6e02e + 3c5e017 commit 55b711d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ updates:
interval: "weekly"
# Maintain dependencies for the project
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/packages/extensions"
directories:
# Update the package.json and lock file at the root as well as the ones in
# /packages/diracx-web and /packages/diracx-web-extensions
- "/"
# Update the package.json and lock file in /packages/extensions
- "/packages/extensions"
schedule:
interval: "weekly"
versioning-strategy: increase

0 comments on commit 55b711d

Please sign in to comment.