Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Leon de Klerk committed Aug 8, 2024
1 parent 920bac4 commit 4a00d1f
Showing 1 changed file with 33 additions and 10 deletions.
43 changes: 33 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,56 @@
{
"extends": ["config:recommended", ":rebaseStalePrs", ":pinVersions"],
"labels": ["renovate"],
"extends": [
"config:recommended",
":rebaseStalePrs",
":pinVersions"
],
"labels": [
"renovate"
],
"rollbackPrs": true,
"dependencyDashboard": false,
"assignees": ["[email protected]"],
"assignees": [
"[email protected]"
],
"configMigration": true,
"timezone": "Europe/Amsterdam",
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security"],
"labels": [
"security"
],
"schedule": "at any time"
},
"digest": {
"enabled": false
},
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "minor dependencies",
"groupSlug": "dependencies-minor",
"addLabels": ["minor"]
"addLabels": [
"minor"
],
"matchPackageNames": [
"*"
]
},
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"matchUpdateTypes": [
"major"
],
"groupName": "major dependencies",
"groupSlug": "dependencies-major",
"addLabels": ["major"]
"addLabels": [
"major"
],
"matchPackageNames": [
"*"
]
}
]
}

0 comments on commit 4a00d1f

Please sign in to comment.