Skip to content

Commit

Permalink
Merge pull request #107 from telekom-mms/preset
Browse files Browse the repository at this point in the history
preset should not be called renovate.json
  • Loading branch information
rndmh3ro authored Nov 20, 2023
2 parents aaf8d7b + 91fefde commit ceee498
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
18 changes: 18 additions & 0 deletions renovate-preset.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": [
"config:recommended",
"config:best-practices"
],
"dependencyDashboard": true,
"dependencyDashboardAutoclose": true,
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"minor"
],
"automerge": true,
"automergeType": "branch"
}
]
}
15 changes: 1 addition & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
{
"extends": [
"config:recommended",
"config:best-practices"
],
"dependencyDashboard": true,
"dependencyDashboardAutoclose": true,
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"minor"
],
"automerge": true,
"automergeType": "branch"
}
"github>telekom-mms/.github:renovate-preset.json5"
]
}

0 comments on commit ceee498

Please sign in to comment.