From 0efcafe46c26bc46de9080c7e9fe86d76cb8daeb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 28 Nov 2022 12:28:32 +0530 Subject: chore: switch Renovate config to JSON5 --- .github/renovate.json | 49 ------------------------------------------------- .github/renovate.json5 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 .github/renovate.json create mode 100644 .github/renovate.json5 (limited to '.github') diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 0a868aaa..00000000 --- a/.github/renovate.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "extends": [ - "config:base", - ":dependencyDashboard", - "helpers:pinGitHubActionDigests", - ], - "packageRules": [ - { - "matchPackagePatterns": [ - "^kotlin", - "^org.jetbrains.kotlin", - "^androidx.compose.compiler" - ], - "groupName": "kotlin" - }, - { - "managers": [ - "gradle" - ], - "matchPackagePatterns": [ - "^androidx.appcompat" - ], - "enabled": false - }, - { - "matchDatasources": [ - "maven" - ], - "matchPackageNames": [ - "androidx.compose.compiler:compiler" - ], - "registryUrls": [ - "https://maven.google.com/" - ] - } - ], - "regexManagers": [ - { - "fileMatch": [ - "gradle/libs.versions.toml" - ], - "matchStrings": [ - "composeCompiler = \"(?.*)\"" - ], - "datasourceTemplate": "maven", - "depNameTemplate": "androidx.compose.compiler:compiler" - } - ] -} diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 00000000..0a868aaa --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,49 @@ +{ + "extends": [ + "config:base", + ":dependencyDashboard", + "helpers:pinGitHubActionDigests", + ], + "packageRules": [ + { + "matchPackagePatterns": [ + "^kotlin", + "^org.jetbrains.kotlin", + "^androidx.compose.compiler" + ], + "groupName": "kotlin" + }, + { + "managers": [ + "gradle" + ], + "matchPackagePatterns": [ + "^androidx.appcompat" + ], + "enabled": false + }, + { + "matchDatasources": [ + "maven" + ], + "matchPackageNames": [ + "androidx.compose.compiler:compiler" + ], + "registryUrls": [ + "https://maven.google.com/" + ] + } + ], + "regexManagers": [ + { + "fileMatch": [ + "gradle/libs.versions.toml" + ], + "matchStrings": [ + "composeCompiler = \"(?.*)\"" + ], + "datasourceTemplate": "maven", + "depNameTemplate": "androidx.compose.compiler:compiler" + } + ] +} -- cgit v1.2.3