Skip to content

Commit

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

on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
Expand Down
42 changes: 38 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"extends": [
"config:base"
],
"baseBranches": [
"master"
],
"assignees": [
"waffiqaziz"
],
Expand Down Expand Up @@ -38,6 +35,43 @@
"maven"
],
"allowedVersions": "!/SNAPSHOT$/"
},
{
"updateTypes": [
"major",
"minor"
],
"automerge": false
},
{
"updateTypes": [
"patch"
],
"automerge": true
},
{
"matchDatasources": [
"gradle"
],
"enabled": true
}
],
"ignorePresets": [
"npm:unpublishable"
],
"pathRules": [
{
"matchPaths": [
"gradle/libs.versions.toml"
],
"enabled": true
}
],
"branchRules": [
{
"matchBranchName": "renovate/configure",
"enabled": true,
"prCreation": "not-pending"
}
]
}
}

0 comments on commit b87903a

Please sign in to comment.