Skip to content

Commit

Permalink
ci: simplified renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jul 10, 2021
1 parent a51d025 commit 6d27a95
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":preserveSemverRanges",
"group:all"
],
"schedule": "before 3am on Wednesday",
"groupName": "all dependencies",
"separateMajorMinor": true,
"groupSlug": "all",
"packageRules": [
{
"packagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all"
}
"github>whitesource/merge-confidence:beta",
"config:base",
"group:allNonMajor"
]
}

0 comments on commit 6d27a95

Please sign in to comment.