Skip to content

Commit

Permalink
fix: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kaszabimre committed Oct 6, 2024
1 parent da81b3b commit 426cea6
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,19 @@
{
"extends": [
"config:base"
],
"baseBranches": [
"development"
"config:recommended"
],
"packageRules": [
{
"matchPaths": [
"**/libs.versions.toml"
],
"groupName": "TOML version catalog updates",
"automerge": false
"matchPaths": ["**/libs.versions.toml"],
"groupName": "TOML version catalog updates"
},
{
"matchPaths": [
".github/workflows/*.yml"
],
"matchPaths": [".github/workflows/*.yml"],
"groupName": "GitHub Actions updates",
"matchManagers": [
"github-actions"
],
"automerge": false
"matchManagers": ["github-actions"]
}
],
"schedule": [
"at any time"
],
"schedule": ["at any time"],
"automerge": false,
"labels": [
"dependency-update"
Expand Down

0 comments on commit 426cea6

Please sign in to comment.