Skip to content

Commit

Permalink
Use Simplificator Renovate preset
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Oct 11, 2023
1 parent 4fafe0d commit 9890f7a
Showing 1 changed file with 4 additions and 27 deletions.
31 changes: 4 additions & 27 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>simplificator/renovate-preset"
],
"assignees": [
"andyundso"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"schedule": [
"before 8am on monday"
],
"vulnerabilityAlerts": {
"labels": [
"security"
],
"schedule": "at any time"
},
"dependencyDashboard": true
]
}

0 comments on commit 9890f7a

Please sign in to comment.