Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
smartway-bot[bot] authored and nicolasbriere1 committed Jul 31, 2024
1 parent 1314ea4 commit 4e900fa
Showing 1 changed file with 36 additions and 28 deletions.
64 changes: 36 additions & 28 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,41 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommits"],
"vulnerabilityAlerts": {
"labels": ["security"],
"schedule": "at any time",
"commitMessageSuffix": "fix(security):",
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits"
],
"vulnerabilityAlerts": {
"labels": [
"security"
],
"schedule": "at any time",
"commitMessageSuffix": "fix(security):",
"automerge": true
},
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"ignoreUnstable": true,
"minimumReleaseAge": "7 days",
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"automerge": true
},
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"ignoreUnstable": true,
"stabilityDays": 7,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
{
"matchDatasources": [
"github-releases"
],
"major": {
"enabled": true
},
{
"datasources": ["github-releases"],
"major": {
"enabled": true
},
"minor": {
"enabled": true
},
"patch": {
"enabled": true
}
"minor": {
"enabled": true
},
"patch": {
"enabled": true
}
]
}
}
]
}

0 comments on commit 4e900fa

Please sign in to comment.