Skip to content

Commit

Permalink
Merge pull request #157 from JoshuaKGoldberg/skin-tone-and-ignore-deps
Browse files Browse the repository at this point in the history
fix: pin skin-tone to ^2.0.0 and add renovate.json ignoreDeps
  • Loading branch information
JoshuaKGoldberg authored Nov 20, 2023
2 parents fc53f07 + dcd6c43 commit 3eae526
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"ignoreDeps": ["@sindresorhus/is", "char-regex", "emojilib", "skin-tone"],
"internalChecksFilter": "strict",
"labels": ["dependencies"],
"minimumReleaseAge": "3 days",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@sindresorhus/is": "^4.6.0",
"char-regex": "^1.0.2",
"emojilib": "^2.4.0",
"skin-tone": "^3.0.0"
"skin-tone": "^2.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3eae526

Please sign in to comment.