Skip to content

Commit

Permalink
try dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 18, 2024
1 parent ea14a96 commit 892bcb8
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
versioning-strategy: increase
commit-message:
prefix: 'deps'
prefix-development: 'deps(dev)'
groups:
eslint:
patterns:
- 'eslint*'
- '@typescript-eslint/*'
jest:
patterns:
- 'jest*'
- 'ts-jest'
ignore:
- dependency-name: 'binaryen'
update-types:
[
'version-update:semver-major',
'version-update:semver-minor',
'version-update:semver-patch'
]

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

0 comments on commit 892bcb8

Please sign in to comment.