diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af0a8ed0e..4ffd1331d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,20 @@ version: 2 updates: - - package-ecosystem: pip - directory: '/backend' + - package-ecosystem: uv + directory: '/' schedule: interval: monthly target-branch: 'dev' + + - package-ecosystem: npm + directory: '/' + schedule: + interval: monthly + target-branch: 'dev' + - package-ecosystem: 'github-actions' directory: '/' schedule: # Check for updates to GitHub Actions every week interval: monthly + target-branch: 'dev'