Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Nils Philippsen <nils@redhat.com>
  • Loading branch information
renovate[bot] authored and nphilipp committed Oct 5, 2023
1 parent e644aa0 commit 9789dfd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:allNonMajor",
"schedule:nonOfficeHours",
":separateMultipleMajorReleases",
":automergeMinor",
":gitSignOff"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"group:allNonMajor",
"schedule:daily"
],
"commitMessageAction": "Update"
},
"automergeStrategy": "rebase",
"rangeStrategy": "widen",
"stabilityDays": 3,
"labels": ["dependencies"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"groupName": "dev dependencies"
}
]
}

0 comments on commit 9789dfd

Please sign in to comment.