Skip to content

Commit

Permalink
Merge pull request #15 from TheComputerGenie/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
TheComputerGenie authored Oct 31, 2024
2 parents 2b9f5d3 + 8db9ebb commit 66c1d20
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"enabled": true,
"includeForks": true,
"forkProcessing": "enabled",
"semanticCommits": "enabled",
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard",
Expand All @@ -9,7 +9,7 @@
"commitMessageExtra": "to {{newVersion}}",
"commitMessageSuffix": "",
"extends": [
"config:base"
"config:recommended"
],
"assignees": [
"thecomputergenie"
Expand All @@ -18,13 +18,24 @@
"additionalBranchPrefix": "{{parentDir}}-",
"packageRules": [
{
"matchPackageNames": ["containerbase/node"],
"matchPackageNames": [
"containerbase/node"
],
"versioning": "node"
},
{
"matchDepTypes": ["dependencies"],
"labels": ["dependencies"],
"updateTypes": ["minor", "patch", "pin", "digest"]
"matchDepTypes": [
"dependencies"
],
"labels": [
"dependencies"
],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
]
}
]
}

0 comments on commit 66c1d20

Please sign in to comment.