Skip to content

Commit

Permalink
chore(config): migrate renovate config (#2417)
Browse files Browse the repository at this point in the history
* chore(config): migrate config renovate.json

* Update and rename renovate.json to .github/renovate.json5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
  • Loading branch information
renovate[bot] and Goooler authored Feb 1, 2025
1 parent 1e69a03 commit 5a5db69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended",
],
"packageRules": [
{
"groupName": "Ktlint",
"enabled": false,
"matchPackagePatterns": [
"com.pinterest.ktlint:*"
"matchPackageNames": [
"/com.pinterest.ktlint:*/",
]
}
]
Expand Down

0 comments on commit 5a5db69

Please sign in to comment.