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 fb56855 commit 256bf45
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>simplificator/renovate-preset"
],
"assignees": [
"andyundso"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"matchCurrentVersion": ">= 1.0.0",
"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 256bf45

Please sign in to comment.