Android-Password-Store/.github/renovate.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
202 B
JSON
Raw Normal View History

2021-12-23 10:28:54 +00:00
{
"extends": [
"config:base",
":dependencyDashboard"
],
"packageRules": [
{
"matchPackagePatterns": ["^kotlin", "^org.jetbrains.kotlin"],
"groupName": "kotlin"
}
2021-12-23 10:28:54 +00:00
]
}