Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Aug 26, 2024
1 parent 2beb1d9 commit 3c76b63
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,32 +1,5 @@
{
"extends": [
"github>JavierSegoviaCordoba/reusable-workflows//.github/renovate-reusable.json",
],
"packageRules": [
{
"matchManagers": [
"gradle",
"maven",
],
"registryUrls": [
"https://plugins.gradle.org/m2/",
"https://repo.maven.apache.org/maven2",
"https://dl.google.com/android/maven2/",
"https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap",
"https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev",
"https://oss.sonatype.org/content/repositories/snapshots",
]
},
{
"matchUpdateTypes": [
"major",
"minor",
"patch",
],
"matchPackagePatterns": [
"*",
],
"groupName": "all dependencies",
},
],
"github>JavierSegoviaCordoba/reusable-workflows//.github/renovate-reusable.json"
]
}

0 comments on commit 3c76b63

Please sign in to comment.