Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
Add renovate labels
  • Loading branch information
MelleD authored May 6, 2024
1 parent 4ae2b4a commit c14311d
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:base",
":combinePatchMinorReleases",
":label(dependencies)",
":semanticCommits",
":semanticCommitType(chore)",
":semanticCommitScope(deps)",
"helpers:pinGitHubActionDigests"
],
"automerge": true,
"automergeType": "pr",
"prCreation": "not-pending",
"prBodyTemplate": "{{{table}}}",
"prFooter": "",
"dependencyDashboardHeader": "",
"dependencyDashboardLabels": [
"dependencies"
],
"dependencyDashboardAutoclose": true,
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"description": "Assign additional label to major updates",
"matchUpdateTypes": [
"major"
],
"labels": [
"dependencies",
"major-update"
]
}
]
}

0 comments on commit c14311d

Please sign in to comment.