Skip to content

Commit

Permalink
Test renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
waffiqaziz committed Oct 31, 2024
1 parent 7593fe9 commit 3a785eb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Unit Testing

on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
Expand Down
49 changes: 31 additions & 18 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,43 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:base"
],
"baseBranches": [
"master"
],
"assignees": [
"waffiqaziz"
],
"addLabels": [
"renovate"
],
"updateInternalDependencies": "patch",
"automerge": true,
"enabled": true,
"packageRules": [
{
"updateTypes": ["major", "minor"],
"automerge": false
"groupName": "Kotlin, KSP and Compose Compiler",
"groupSlug": "kotlin",
"matchPackageNames": [
"com.google.devtools.ksp",
"org.jetbrains.kotlin"
]
},
{
"updateTypes": ["patch"],
"automerge": true
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"matchDatasources": ["gradle"],
"enabled": true
}
],
"ignorePresets": ["npm:unpublishable"],
"pathRules": [
{
"matchPaths": ["gradle/libs.versions.toml"],
"enabled": true
"description": "Disable updates to SNAPSHOTS",
"matchDatasources": [
"maven"
],
"allowedVersions": "!/SNAPSHOT$/"
}
]
}
}

0 comments on commit 3a785eb

Please sign in to comment.