Skip to content

Commit

Permalink
Update Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Dec 24, 2024
1 parent afd1c3c commit 144f5e0
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
{
extends: [
'github>JavierSegoviaCordoba/reusable-workflows//.github/renovate-reusable.json',
'github>JavierSegoviaCordoba/renovate//renovate.json5',
],
gradle: {
ignorePaths: [
'**/test/**',
'**/testFixtures/**',
'**/testFunctional/**',
'**/testIntegration/**',
'**/*Test/**',
'**/test*/**',
],
},
packageRules: [
{
matchUpdateTypes: [
Expand Down Expand Up @@ -43,7 +33,9 @@
minimumReleaseAge: '6 hours',
matchPackageNames: [
'com.javiersc.hubdle',
'com.javiersc.hubdle.*',
'com.javiersc.hubdle:hubdle',
'com.javiersc.hubdle:hubdle.*',
],
},
{
Expand Down

0 comments on commit 144f5e0

Please sign in to comment.