We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fa8eb9 + 5784ee0 commit 753ae10Copy full SHA for 753ae10
2 files changed
.github/dependabot.yml
@@ -10,10 +10,10 @@ updates:
10
update-types:
11
- 'version-update:semver-major'
12
groups:
13
- production-dependencies:
14
- dependency-type: 'production'
15
- development-dependencies:
16
- dependency-type: 'development'
+ minor-and-patch:
+ update-types:
+ - 'minor'
+ - 'patch'
17
18
- package-ecosystem: 'github-actions'
19
directory: '/'
.github/workflows/pkg-version.yml
@@ -28,7 +28,6 @@ jobs:
28
- name: Create Version PR
29
uses: changesets/action@v1
30
with:
31
- version: node --run changeset version
32
title: 'chore: version packages'
33
commit: 'chore: version packages'
34
env:
0 commit comments