Skip to content

Commit

Permalink
Configure Renovate with certain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Oct 7, 2024
1 parent 50c623f commit a14680b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"automerge": true,
"ignoreDeps": ["gradle"],
"packageRules": [
{
"groupName": "kotlin and ksp",
"matchPackageNames": [
"kotlin",
"ksp"
]
}
]
}

0 comments on commit a14680b

Please sign in to comment.