Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Nov 28, 2024
1 parent 8051b6e commit 7c2e03a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"extends": [
"github>JavierSegoviaCordoba/reusable-workflows//.github/renovate-reusable.json"
],
packageRules: [
{
matchUpdateTypes: [
'major',
'minor',
'patch',
],
groupName: 'all dependencies',
minimumReleaseAge: '6 hours',
matchPackageNames: [
'*',
],
}
]
}

0 comments on commit 7c2e03a

Please sign in to comment.