Skip to content

Commit

Permalink
renovate: Group artifact packages together
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeister2 committed Dec 16, 2023
1 parent 53694af commit 62679d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,14 @@
"versioningTemplate": "regex:^openssl-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"registryUrlTemplate": "https://github.com"
}
],
"packageRules": [
{
"matchSourceUrls": [
"https://github.com/actions/download-artifact",
"https://github.com/actions/upload-artifact"
],
"groupName": "GitHub Actions: artifact"
}
]
}

0 comments on commit 62679d0

Please sign in to comment.