diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5f0889c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/package.json b/package.json index 5ffcecc..aa49472 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@changesets/cli": "^2.27.9", "@changesets/config": "^3.0.3", "@changesets/changelog-github": "^0.5.0", - "pkg-pr-new": "^0.0.32", + "pkg-pr-new": "^0.0.35", "typescript": "^5.7.2" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e26774..09564a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^3.0.3 version: 3.0.4 pkg-pr-new: - specifier: ^0.0.32 - version: 0.0.32 + specifier: ^0.0.35 + version: 0.0.35 typescript: specifier: ^5.7.2 version: 5.7.2 @@ -518,8 +518,8 @@ packages: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} - pkg-pr-new@0.0.32: - resolution: {integrity: sha512-weyLBz/Qkc9ZJIE/pX5IGCyShdSq1SetOf7PSp9Vjv1RPPJySNP8NVW9w0SC3elVBCQlc6D76mJO/7PhVEJHag==} + pkg-pr-new@0.0.35: + resolution: {integrity: sha512-ljR1Axx1Vb4uY8NZ+QItj1PpuBtLDJcgEbWsdscDdif1I3YJUpfSRWmdULPkTbNxhfbG8TnPmheAZSmqh2QzcQ==} hasBin: true pkg-types@1.2.1: @@ -1235,7 +1235,7 @@ snapshots: pify@4.0.1: {} - pkg-pr-new@0.0.32: + pkg-pr-new@0.0.35: dependencies: '@jsdevtools/ez-spawn': 3.0.4 '@octokit/action': 6.1.0