Skip to content

Commit

Permalink
Pin creasty/defaults
Browse files Browse the repository at this point in the history
The v1.8.0 introduced a breaking change. Pin the version until we
investigate the issue.

Signed-off-by: Yutaro Hayakawa <[email protected]>
  • Loading branch information
YutaroHayakawa committed Nov 3, 2024
1 parent e4a8aaf commit 0c3cead
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackageNames": ["github.com/creasty/defaults"],
"versioning": "semver:v1.7.0"
}
]
}

0 comments on commit 0c3cead

Please sign in to comment.