Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 30, 2024
1 parent d983e7b commit d6528b2
Showing 1 changed file with 5 additions and 36 deletions.
41 changes: 5 additions & 36 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
extends: [
'config:best-practices',
':rebaseStalePrs',
'customManagers:dockerfileVersions',
':rebaseStalePrs'
],
enabledManagers: [
'composer'
],
packageRules: [
{
Expand All @@ -18,40 +20,7 @@
matchPackageNames: [
'*',
],
},
{
matchManagers: [
'composer',
],
groupName: 'composer updates',
},
{
matchManagers: [
'dockerfile',
],
groupName: 'Dockerfile updates',
},
{
matchManagers: [
'github-actions',
],
groupName: 'GitHub Actions updates',
schedule: [
'after 10pm on Friday',
],
},
{
matchUpdateTypes: [
'major',
],
groupName: 'all major updates',
schedule: [
'after 10pm on the first day of the month',
],
matchPackageNames: [
'*',
],
},
}
],
labels: [
'dependencies',
Expand Down

0 comments on commit d6528b2

Please sign in to comment.