Skip to content

Commit

Permalink
Merge pull request #20902 from wordpress-mobile/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
wzieba authored May 31, 2024
2 parents 92830fa + f7ef046 commit 53a007c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -364,15 +364,15 @@ dependencies {
implementation (project(path:':libs:editor')) {
exclude group: 'org.wordpress', module: 'utils'
}
implementation("$gradle.ext.fluxCBinaryPath") {
implementation("$gradle.ext.fluxCBinaryPath:$wordPressFluxCVersion") {
version {
strictly wordPressFluxCVersion
}
exclude group: "com.android.volley"
exclude group: 'org.wordpress', module: 'utils'
exclude group: 'com.android.support', module: 'support-annotations'
}
implementation ("$gradle.ext.wputilsBinaryPath") {
implementation ("$gradle.ext.wputilsBinaryPath:$wordPressUtilsVersion") {
version {
strictly wordPressUtilsVersion
}
Expand All @@ -383,7 +383,7 @@ dependencies {
}
implementation "$gradle.ext.aboutAutomatticBinaryPath:$automatticAboutVersion"

implementation("$gradle.ext.tracksBinaryPath") {
implementation("$gradle.ext.tracksBinaryPath:$automatticTracksVersion") {
version {
strictly automatticTracksVersion
}
Expand Down
32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"enabled": false,
"packagePatterns": [
"*"
]
},
{
"enabled": true,
"matchDepPatterns": [
"automattic|wpmreleasetoolkit|dangermattic"
],
"separateMajorMinor": false
},
{
"enabled": true,
"enabledManagers": [
"gradle"
],
"matchDepPatterns": [
"automattic|wordpress|gravatar"
],
"separateMajorMinor": false,
"versioning": "semver-coerced"
}
]
}

0 comments on commit 53a007c

Please sign in to comment.