Skip to content

Commit

Permalink
chore(ci): Adds dependabot config
Browse files Browse the repository at this point in the history
- lets npm update PRs follow conventional commit configuration
- Customizes github-actions updater
  • Loading branch information
dmihalcik-virtru committed Feb 18, 2025
1 parent 62dab1e commit 6a34f3a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: npm
directory: /lib
schedule:
interval: daily
commit-message:
prefix: 'fix(sdk):'
prefix-development: 'chore(sdk):'
- package-ecosystem: npm
directory: /cli
schedule:
interval: weekly
commit-message:
prefix: 'fix(cli):'
prefix-development: 'chore(cli):'
- package-ecosystem: npm
directories:
- /web-app
- /web-app/tests
schedule:
interval: weekly
commit-message:
prefix: 'chore(docs):'
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
commit-message:
prefix: 'chore(ci):'

0 comments on commit 6a34f3a

Please sign in to comment.