Skip to content

Commit

Permalink
chore: do not trigger new releases on Gradle updates
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul committed Oct 20, 2023
1 parent 249ac33 commit 8ec7050
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@
"io.mockk:",
"ch.qos.logback:"
]
},
{
"groupName": "Build dependencies",
"groupSlug": "build-dependencies",
"matchLanguages": [ "java" ],
"labels": [ "gradle-build-dependencies" ],
"schedule": [ "before 9am on Saturday every 1 week" ],
"separateMajorMinor": false,
"commitMessagePrefix": "build: ",
"matchPackagePrefixes": [
"gradle"
]
}
],
"automerge": true,
Expand Down

0 comments on commit 8ec7050

Please sign in to comment.