Skip to content

Commit 7e97dd6

Browse files
authored
Merge pull request #114 from seamapi/fix_dependabot
fix dependabot
2 parents 33f217a + 274ef43 commit 7e97dd6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ updates:
66
interval: "daily"
77
target-branch: "main"
88
versioning-strategy: "auto"
9-
groups:
10-
seam:
11-
patterns:
12-
- "@seamapi/*"
13-
update-types:
14-
- "minor"
15-
- "patch"
9+
allow:
10+
- dependency-name: "@seamapi/*"
1611
dependency-type: "production"
1712
ignore:
1813
- dependency-name: "@seamapi/*"
1914
update-types: ["version-update:semver-major"]
15+
groups:
16+
seam:
17+
dependency-type: production
18+
update-types:
19+
- patch
20+
- minor

.github/workflows/build-release-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- name: Install pver and create new release
4444
run: |
4545
npm install -g pver
46-
git status
4746
pver release
4847
env:
4948
NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }}

0 commit comments

Comments
 (0)