Skip to content

Commit

Permalink
Disable replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Apr 5, 2024
1 parent 1bdaf21 commit 796284e
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions replacement.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"all": {
"extends": [
"github>TWiStErRob/renovate-config:replacement/gradle-build-action-to-setup-gradle",
"github>TWiStErRob/renovate-config:replacement/jcenter-flexbox-to-gmaven-flexbox",
"github>TWiStErRob/renovate-config:replacement/nhaarman-mockito-kotlin-v1-to-v2",
"github>TWiStErRob/renovate-config:replacement/nhaarman-mockitokotlin2-to-mockito-kotlin",
"github>TWiStErRob/renovate-config:replacement/gmazzo-gradle-buildconfig-plugin-v3-to-v4",
"github>TWiStErRob/renovate-config:replacement/gradle-enterprise-develocity-plugin",
"github>TWiStErRob/renovate-config:replacement/gradle-enterprise-develocity-plugin-marker",
"github>TWiStErRob/renovate-config:replacement/squareup-retrofit-v1-to-v2",
"github>TWiStErRob/renovate-config:replacement/squareup-okhttp-v2-to-v3",
// DISABLED https://github.com/renovatebot/renovate/discussions/27107
//"github>TWiStErRob/renovate-config:replacement/gradle-build-action-to-setup-gradle",

// DISABLED https://github.com/renovatebot/renovate/discussions/24883#discussioncomment-8388613
// > WARN: gradle manager does not support replacement updates yet
//"github>TWiStErRob/renovate-config:replacement/jcenter-flexbox-to-gmaven-flexbox",
//"github>TWiStErRob/renovate-config:replacement/nhaarman-mockito-kotlin-v1-to-v2",
//"github>TWiStErRob/renovate-config:replacement/nhaarman-mockitokotlin2-to-mockito-kotlin",
//"github>TWiStErRob/renovate-config:replacement/gmazzo-gradle-buildconfig-plugin-v3-to-v4",
//"github>TWiStErRob/renovate-config:replacement/gradle-enterprise-develocity-plugin",
//"github>TWiStErRob/renovate-config:replacement/gradle-enterprise-develocity-plugin-marker",
//"github>TWiStErRob/renovate-config:replacement/squareup-retrofit-v1-to-v2",
//"github>TWiStErRob/renovate-config:replacement/squareup-okhttp-v2-to-v3",
],
},
"gradle-build-action-to-setup-gradle": {
"description": "gradle-build-action is now setup-gradle. https://github.com/gradle/gradle-build-action/releases/tag/v3.0.0\nBroken at the moment: https://github.com/renovatebot/renovate/discussions/27107",
"description": "gradle-build-action is now setup-gradle. https://github.com/gradle/gradle-build-action/releases/tag/v3.0.0",
"packageRules": [
{
"matchManagers": ["github-actions"],
Expand Down Expand Up @@ -94,7 +98,7 @@
],
},
"squareup-retrofit-v1-to-v2": {
"description": "squareup's Retrofit v1 to v2 major. https://github.com/square/retrofit/blob/parent-2.0.0/CHANGELOG.md TODO sub-packages in the monorepo",
"description": "squareup's Retrofit v1 to v2 major. https://github.com/square/retrofit/blob/parent-2.0.0/CHANGELOG.md",
"packageRules": [
{
"matchDatasources": ["maven"],
Expand Down

0 comments on commit 796284e

Please sign in to comment.