Skip to content

Commit

Permalink
Extract spring from major updates build
Browse files Browse the repository at this point in the history
RISDEV-0000

Due to possible errors through spring framework update
  • Loading branch information
Nadav-B committed Jan 9, 2025
1 parent 1d44bd2 commit 1c8643d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"major"
],
"labels": [
"major update"
"manual-update-required"
]
},
{
Expand All @@ -80,6 +80,17 @@
"digest"
],
"automerge": true,
},
{
"groupName": "spring-framework-update",
"packageNames": [
"org.springframework:spring-framework",
"io.spring.dependency-management"
],
"automerge": false,
"labels": [
"manual-update-required"
]
}
]
}

0 comments on commit 1c8643d

Please sign in to comment.