Skip to content

Commit

Permalink
feat: add labels preset and extend from internal (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Dec 21, 2024
1 parent c4cb350 commit e636d1b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'github>microsoft/m365-renovate-config:groupReact#v2.6.1',
'github>microsoft/m365-renovate-config:groupRollup#v2.6.1',
'github>bfra-me/renovate-config:group/vite',
'github>bfra-me/renovate-config:labels.json5',
'github>bfra-me/renovate-config:maintenance/security',
'github>bfra-me/renovate-config:maintenance/weeklyLockFileUpdates',
'github>bfra-me/renovate-config:vendors/elstudio',
Expand Down
21 changes: 21 additions & 0 deletions labels.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
description: 'Add PR labels.',
addLabels: ['dependencies'],
dotnet: {
addLabels: ['.NET'],
},
'github-actions': {
addLabels: ['github-actions'],
},
js: {
addLabels: ['javascript'],
},
'pre-commit': {
addLabels: ['pre-commit'],
enabled: true,
},
python: {
addLabels: ['python'],
},
}

0 comments on commit e636d1b

Please sign in to comment.