Skip to content

Commit

Permalink
ci: Group docs image dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Scheib <[email protected]>
  • Loading branch information
sscheib committed Jan 9, 2025
1 parent bf81a5f commit 68d256d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,22 @@
"automerge": true
},
{
"description": "Group docs image dependencies to avoid breaking dependencies during update",
"matchManagers": [
"bundler"
],
"rangeStrategy": "update-lockfile",
"groupName": "Bundler dependencies"
"groupName": "Docs image dependencies"
},
{
"description": "Group docs image dependencies to avoid breaking dependencies during update",
"matchFileNames": [
"docs/Containerfile"
],
"groupName": "Docs image dependencies",
"schedule": [
"* 18-22 * * 7"
]
},
{
"description": "Allow updating molecule packages to higher versions, but exclude execution environments",
Expand Down

0 comments on commit 68d256d

Please sign in to comment.