Skip to content

Commit

Permalink
Merge pull request #114 from seamapi/fix_dependabot
Browse files Browse the repository at this point in the history
fix dependabot
  • Loading branch information
kainpets authored Mar 1, 2024
2 parents 33f217a + 274ef43 commit 7e97dd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ updates:
interval: "daily"
target-branch: "main"
versioning-strategy: "auto"
groups:
seam:
patterns:
- "@seamapi/*"
update-types:
- "minor"
- "patch"
allow:
- dependency-name: "@seamapi/*"
dependency-type: "production"
ignore:
- dependency-name: "@seamapi/*"
update-types: ["version-update:semver-major"]
groups:
seam:
dependency-type: production
update-types:
- patch
- minor
1 change: 0 additions & 1 deletion .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Install pver and create new release
run: |
npm install -g pver
git status
pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }}
Expand Down

0 comments on commit 7e97dd6

Please sign in to comment.