Skip to content

Commit

Permalink
Merge pull request #2334 from demergent-labs/dep_bot
Browse files Browse the repository at this point in the history
try dependabot
  • Loading branch information
lastmjs authored Dec 18, 2024
2 parents 80ad3dd + 8c4c76b commit 23a7e8f
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
versioning-strategy: increase
commit-message:
prefix: 'deps'
prefix-development: 'deps(dev)'
groups:
dfinity:
patterns:
- '@dfinity/*'
eslint:
patterns:
- 'eslint*'
- 'typescript-eslint'
- '@eslint/*'
- '@typescript-eslint/*'
jest:
patterns:
- 'jest*'
- 'ts-jest'
ignore:
- dependency-name: 'binaryen'

- package-ecosystem: 'cargo'
directory: '/'
schedule:
interval: 'daily'
commit-message:
prefix: 'deps'
groups:
ic-dependencies:
patterns:
- 'ic-cdk*'
- 'ic-stable-structures'
- 'ic-wasi-polyfill'
- 'candid*'
serde:
patterns:
- 'serde*'

0 comments on commit 23a7e8f

Please sign in to comment.