Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
endakelly committed Apr 2, 2024
1 parent 08bd437 commit 40fa0b9
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions skeleton/.github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
"local>hmcts/.github:renovate-config"
],
"labels": [
"dependencies"
],
"extends": [":dependencyDashboard", "local>hmcts/.github:renovate-config"],
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": [
"copy-webpack-plugin"
],
"matchPackageNames": ["copy-webpack-plugin"],
"allowedVersions": "<=10",
"description": "https://canary.discord.com/channels/226791405589233664/1019534554073157642 and https://github.com/webpack-contrib/copy-webpack-plugin/issues/643 doesn't work even though issue closed"
}
Expand Down

0 comments on commit 40fa0b9

Please sign in to comment.