Skip to content

Commit

Permalink
fix: dependabot yaml & explicit deps (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imod7 authored Oct 23, 2024
1 parent f4c2d6c commit 95dfe4d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ updates:
# EST timezone
timezone: "America/New_York"
rebase-strategy: "auto"
# Disable versioned updates, and only allow security updates
open-pull-requests-limit: 0
groups:
pjs:
patterns:
- "@polkadot/*"
commit-message:
# Prefix all commit messages with "chore"
# include a list of updated dependencies
prefix: "chore(deps):"
prefix: "chore"
include: "scope"
labels:
- "D0 - Dependencies"
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
},
"dependencies": {
"@polkadot/api": "^14.1.1",
"@polkadot/api-augment": "^14.1.1",
"@polkadot/api-contract": "^14.1.1",
"@polkadot/types": "^14.1.1",
"@polkadot/types-codec": "^14.1.1",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"@substrate/calc": "^0.3.1",
"argparse": "^2.0.1",
Expand Down
10 changes: 7 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/api-augment@npm:14.1.1":
"@polkadot/api-augment@npm:14.1.1, @polkadot/api-augment@npm:^14.1.1":
version: 14.1.1
resolution: "@polkadot/api-augment@npm:14.1.1"
dependencies:
Expand Down Expand Up @@ -1220,7 +1220,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-codec@npm:14.1.1":
"@polkadot/types-codec@npm:14.1.1, @polkadot/types-codec@npm:^14.1.1":
version: 14.1.1
resolution: "@polkadot/types-codec@npm:14.1.1"
dependencies:
Expand Down Expand Up @@ -1266,7 +1266,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types@npm:14.1.1":
"@polkadot/types@npm:14.1.1, @polkadot/types@npm:^14.1.1":
version: 14.1.1
resolution: "@polkadot/types@npm:14.1.1"
dependencies:
Expand Down Expand Up @@ -1581,7 +1581,11 @@ __metadata:
resolution: "@substrate/api-sidecar@workspace:."
dependencies:
"@polkadot/api": "npm:^14.1.1"
"@polkadot/api-augment": "npm:^14.1.1"
"@polkadot/api-contract": "npm:^14.1.1"
"@polkadot/types": "npm:^14.1.1"
"@polkadot/types-codec": "npm:^14.1.1"
"@polkadot/util": "npm:^13.2.1"
"@polkadot/util-crypto": "npm:^13.2.1"
"@substrate/calc": "npm:^0.3.1"
"@substrate/dev": "npm:^0.8.0"
Expand Down

0 comments on commit 95dfe4d

Please sign in to comment.