Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent cbca70b commit fd9f506
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,43 @@
{
"extends": ["config:recommended"],
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": ["gradle-wrapper"],
"matchDatasources": [
"gradle-wrapper"
],
"enabled": true,
"labels": ["deps"]
"labels": [
"deps"
]
},
{
"matchManagers": ["gradle"],
"matchPackagePatterns": ["^.*$"],
"enabled": true
"matchManagers": [
"gradle"
],
"enabled": true,
"matchPackageNames": [
"/^.*$/"
]
},
{
"matchFiles": ["gradle/libs.versions.toml"],
"matchDatasources": ["gradle-version-catalog"],
"matchFileNames": [
"gradle/libs.versions.toml"
],
"matchDatasources": [
"gradle-version-catalog"
],
"enabled": true,
"labels": ["deps"]
"labels": [
"deps"
]
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
Expand Down

0 comments on commit fd9f506

Please sign in to comment.