Skip to content

Commit

Permalink
Fix Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Oct 29, 2024
1 parent 3b6c6d1 commit ba6366b
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
],
"matchPackagePatterns": [
"^com\\.diffplug\\.spotless$",
"^com\\.diffplug\\.spotless:"
"^com\\.diffplug\\.spotless:",
"^com\\.pinterest:ktlint$"
],
"semanticCommitScope": "internal"
},
Expand Down Expand Up @@ -93,19 +94,7 @@
"ktlint\\(\"(?<currentValue>[\\d.]*?)\"\\)"
],
"datasourceTemplate": "maven",
"depNameTemplate": "com.pinterest:ktlint",
"semanticCommitScope": "internal"
},
{
"matchPaths": [
".github/workflows/*.yml"
],
"matchStrings": [
"\\srun: npx semantic-release@(?<currentValue>.*?)\\s"
],
"datasourceTemplate": "npm",
"depNameTemplate": "semantic-release",
"semanticCommitScope": "internal"
"depNameTemplate": "com.pinterest:ktlint"
}
]
}

0 comments on commit ba6366b

Please sign in to comment.