diff --git a/.changeset/config.json b/.changeset/config.json index 9c24586..01b0284 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["starlight-theme-next-docs", "@fontsource/geist-mono", "@fontsource/geist-sans"] + "ignore": ["starlight-theme-next-docs","@fontsource/geist-mono","@fontsource/geist-sans"] } diff --git a/.github/renovate.json b/.github/renovate.json index ddc2f93..4f2167a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,17 +11,15 @@ ], "rangeStrategy": "bump", "ignorePaths": ["**/node_modules/**"], - "commitMessageSuffix": "[skip netlify]", + "commitMessageSuffix": "[skip ci]", "packageRules": [ { "groupName": "github-actions", "matchManagers": ["github-actions"] }, { - "groupName": "npm-packages", - "description": "Group patch+minor updates, keep majors separate", "matchManagers": ["npm"], - "matchDepTypes": ["dependencies", "devDependencies", "peerDependencies"], + "matchDepTypes": ["dependencies", "devDependencies"], "separateMajorMinor": true }, {