Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
waffiqaziz committed Oct 31, 2024
1 parent b87903a commit 5e4535d
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"extends": [
"config:base"
],
"baseBranches": [
"master"
],
"assignees": [
"waffiqaziz"
],
Expand Down Expand Up @@ -37,41 +40,24 @@
"allowedVersions": "!/SNAPSHOT$/"
},
{
"updateTypes": [
"major",
"minor"
],
"updateTypes": ["major", "minor"],
"automerge": false
},
{
"updateTypes": [
"patch"
],
"updateTypes": ["patch"],
"automerge": true
},
{
"matchDatasources": [
"gradle"
],
"matchDatasources": ["gradle"],
"enabled": true
}
],
"ignorePresets": [
"npm:unpublishable"
],
"ignorePresets": ["npm:unpublishable"],
"pathRules": [
{
"matchPaths": [
"gradle/libs.versions.toml"
],
"matchPaths": ["gradle/libs.versions.toml"],
"enabled": true
}
],
"branchRules": [
{
"matchBranchName": "renovate/configure",
"enabled": true,
"prCreation": "not-pending"
}
]
"prCreation": "not-pending"
}

0 comments on commit 5e4535d

Please sign in to comment.