Skip to content

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kaszabimre committed Oct 9, 2024
1 parent 4d621af commit afdecb1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"packageRules": [
{
"matchFileNames": ["**/libs.versions.toml"],
"groupName": "TOML version catalog updates"
"groupName": "TOML version catalog updates",
"separateMinorPatch": true,
"separateMajorMinor": true
},
{
"matchFileNames": [".github/workflows/*.yml"],
"groupName": "GitHub Actions updates",
"matchManagers": ["github-actions"]
"matchManagers": ["github-actions"],
"separateMinorPatch": true,
"separateMajorMinor": true
}
],
"schedule": ["at any time"],
"automerge": false,
"labels": [
"dependency-update"
]
"labels": ["dependency-update"],
"separateMinorPatch": true,
"rangeStrategy": "bump"
}

0 comments on commit afdecb1

Please sign in to comment.