Skip to content

Commit 753ae10

Browse files
authored
Merge pull request #816 from Lemoncode/bugfix/update-pkg-version
Bugfix/update pkg version
2 parents 8fa8eb9 + 5784ee0 commit 753ae10

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ updates:
1010
update-types:
1111
- 'version-update:semver-major'
1212
groups:
13-
production-dependencies:
14-
dependency-type: 'production'
15-
development-dependencies:
16-
dependency-type: 'development'
13+
minor-and-patch:
14+
update-types:
15+
- 'minor'
16+
- 'patch'
1717

1818
- package-ecosystem: 'github-actions'
1919
directory: '/'

.github/workflows/pkg-version.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Create Version PR
2929
uses: changesets/action@v1
3030
with:
31-
version: node --run changeset version
3231
title: 'chore: version packages'
3332
commit: 'chore: version packages'
3433
env:

0 commit comments

Comments
 (0)