We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33f217a + 274ef43 commit 7e97dd6Copy full SHA for 7e97dd6
2 files changed
.github/dependabot.yml
@@ -6,14 +6,15 @@ updates:
6
interval: "daily"
7
target-branch: "main"
8
versioning-strategy: "auto"
9
- groups:
10
- seam:
11
- patterns:
12
- - "@seamapi/*"
13
- update-types:
14
- - "minor"
15
- - "patch"
+ allow:
+ - dependency-name: "@seamapi/*"
16
dependency-type: "production"
17
ignore:
18
- dependency-name: "@seamapi/*"
19
update-types: ["version-update:semver-major"]
+ groups:
+ seam:
+ dependency-type: production
+ update-types:
+ - patch
20
+ - minor
.github/workflows/build-release-publish.yml
@@ -43,7 +43,6 @@ jobs:
43
- name: Install pver and create new release
44
run: |
45
npm install -g pver
46
- git status
47
pver release
48
env:
49
NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }}
0 commit comments