From 95dfe4d46f530905015bf98c3e9470fb7c57b476 Mon Sep 17 00:00:00 2001 From: Dominique Date: Wed, 23 Oct 2024 14:48:22 +0200 Subject: [PATCH] fix: dependabot yaml & explicit deps (#1523) --- .github/dependabot.yml | 9 ++++++--- package.json | 4 ++++ yarn.lock | 10 +++++++--- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d1e4a8f7..f78d848f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/package.json b/package.json index ebe78b6cb..98dd8bdda 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 882ddc66e..ea99871ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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: @@ -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: @@ -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"