Skip to content
/ wetty Public
forked from butlerx/wetty

Commit

Permalink
Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
butlerx committed Jun 10, 2023
1 parent db69a19 commit 3fe2a8b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
---
version: 2
updates:
- package-ecosystem: 'github-actions'
- package-ecosystem: npm
directory: '/'
schedule:
interval: 'daily'
interval: weekly
commit-message:
prefix: '[NPM] '

- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
commit-message:
prefix: '[GH action] '
- package-ecosystem: docker
directory: '/containers'
schedule:
interval: weekly
commit-message:
prefix: '[docker] '

0 comments on commit 3fe2a8b

Please sign in to comment.