Skip to content

Commit

Permalink
chore(deps): add renovate groups
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Dec 16, 2024
1 parent 668062f commit f78e3ab
Showing 1 changed file with 52 additions and 14 deletions.
66 changes: 52 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":approveMajorUpdates",
":rebaseStalePrs",
":maintainLockFilesWeekly",
":automergePatch",
":automergeRequireAllStatusChecks",
"helpers:pinGitHubActionDigests",
"schedule:weekends",
":prConcurrentLimit10",
":prHourlyLimit2"
]
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":approveMajorUpdates",
":rebaseStalePrs",
":maintainLockFilesWeekly",
":automergePatch",
":automergeRequireAllStatusChecks",
"helpers:pinGitHubActionDigests",
"schedule:weekends",
":prConcurrentLimit10",
":prHourlyLimit2"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"groupName": "Github Actions",
"matchManagers": [
"github-actions"
],
"addLabels": [
"github-actions"
]
},
{
"matchManagers": [
"dockerfile"
],
"addLabels": [
"dockerfile"
]
},
{
"matchManagers": [
"mise"
],
"addLabels": [
"mise"
]
},
{
"matchManagers": [
"gomod"
],
"addLabels": [
"go"
]
}
]
}

0 comments on commit f78e3ab

Please sign in to comment.