Skip to content

Commit

Permalink
👷 Add Dependabot file (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram authored Nov 25, 2023
1 parent c286059 commit 8be088d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
timezone: America/Toronto
commit-message:
prefix: '⬆️ '
groups:
patch:
update-types:
- patch
eslint:
patterns:
- '*eslint*'
tailwindcss:
patterns:
- '*heroicons*'
- '*tailwindcss*'
- autoprefixer
- postcss
prettier:
patterns:
- '*prettier*'
svelte:
patterns:
- '*svelte*'
vite:
patterns:
- '*vitejs*'
- vite
typescript:
patterns:
- '*typescript*'
- tslib
capacitor:
patterns:
- '*capacitor*'

0 comments on commit 8be088d

Please sign in to comment.