diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fefb8ecf..d65f7669 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,10 +10,10 @@ updates: update-types: - 'version-update:semver-major' groups: - production-dependencies: - dependency-type: 'production' - development-dependencies: - dependency-type: 'development' + minor-and-patch: + update-types: + - 'minor' + - 'patch' - package-ecosystem: 'github-actions' directory: '/' diff --git a/.github/workflows/pkg-version.yml b/.github/workflows/pkg-version.yml index 7a76b64d..9ac2bc26 100644 --- a/.github/workflows/pkg-version.yml +++ b/.github/workflows/pkg-version.yml @@ -28,7 +28,6 @@ jobs: - name: Create Version PR uses: changesets/action@v1 with: - version: node --run changeset version title: 'chore: version packages' commit: 'chore: version packages' env: