diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 439d325..ae25f28 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,13 @@ updates: schedule: interval: 'monthly' open-pull-requests-limit: 10 + commit-message: + prefix: "TCS-3" + groups: + minor-and-patch: + applies-to: version-updates + patterns: + - '*' + update-types: + - "minor" + - "patch" diff --git a/README.md b/README.md index 4a074d6..236596a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ Standard code quality tooling for projects written in TypeScript. ## Usage -Set up your package manager to use Aligent's private NPM registry: - -- Go to `https://npm.corp.aligent.consulting` and log in. -- Click the Gear icon to get instructions for configuring your package manager. - Install this module: # NPM diff --git a/package.json b/package.json index 8ef515f..114429d 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,5 @@ "prettier": "^3.3.3", "typescript": "^5.6.3" }, - "pnpm": { - "peerDependencyRules": { - "allowedVersions": { - "eslint": "^9" - } - } - }, "packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" }