Skip to content

Commit

Permalink
📌 (deps) micromatch@4.0.5 [skip ci] (#1469)
Browse files Browse the repository at this point in the history
Not sure what is going on over there. 🤔
  • Loading branch information
JeromeFitz committed Jun 7, 2024
1 parent 4f3a5a3 commit cfdc45e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"commitMessageSuffix": "",
"commitMessageTopic": " {{depName}}{{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}@{{{newMajor}}} 💥 {{else}}{{#if isSingleVersion}}@{{{newVersion}}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}@{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}",
"dependencyDashboard": false,
"ignoreDeps": ["pnpm", "sharp", "typescript"],
"ignoreDeps": ["pnpm", "micromatch", "sharp", "typescript"],
"labels": ["📦️ Dependencies"],
"node": {
"enabled": false
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,10 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"pnpm": {
"overrides": {
"micromatch": "4.0.5"
}
}
}
30 changes: 4 additions & 26 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 cfdc45e

Please sign in to comment.