Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Feb 1, 2025
1 parent 64f5bc2 commit 92e939f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
":semanticCommits",
"customManagers:githubActionsVersions",
"security:openssf-scorecard",
"workarounds:typesNodeVersioning"
"workarounds:typesNodeVersioning",
],
"platformAutomerge": true,
"automergeStrategy": "squash",
Expand All @@ -32,61 +32,61 @@
{
"matchDepTypes": ["dependencies", "require"],
"semanticCommitType": "deps",
"semanticCommitScope": null
"semanticCommitScope": null,
},
{
"matchUpdateTypes": ["lockFileMaintenance"],
"semanticCommitType": "deps",
"semanticCommitScope": null
"semanticCommitScope": null,
},
{
"matchDepTypes": ["devDependencies"],
"semanticCommitType": "chore",
"semanticCommitScope": "deps-dev"
"semanticCommitScope": "deps-dev",
},
{
"matchManagers": ["npm"],
"addLabels": ["javascript"],
"postUpgradeTasks": {
"commands": ["pnpm install --frozen-lockfile --ignore-scripts"],
"executionMode": "branch"
}
"executionMode": "branch",
},
},
{
"matchManagers": ["github-actions"],
"addLabels": ["github_actions"],
"commitMessageTopic": "{{depName}}"
"commitMessageTopic": "{{depName}}",
},
{
"matchManagers": ["custom.regex"],
"pinDigests": false
"pinDigests": false,
},
{
"matchDepTypes": ["packageManager"],
"commitMessageExtra": "from {{{currentVersion}}} to {{{newVersion}}}",
"postUpgradeTasks": {
"commands": ["corepack use '{{{depName}}}@{{{newVersion}}}'"]
}
"commands": ["corepack use '{{{depName}}}@{{{newVersion}}}'"],
},
},
{
"groupName": "discord.js monorepo",
"matchUpdateTypes": [
"patch",
"minor",
"major"
"major",
],
"matchPackageNames": [
"@discordjs/{/,}**"
]
}
"@discordjs/{/,}**",
],
},
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["(^|/)\\.npmrc$"],
"matchStrings": ["use-node-version=(?<currentValue>.*?)\\n"],
"depNameTemplate": "node",
"datasourceTemplate": "node-version"
}
]
"datasourceTemplate": "node-version",
},
],
}

0 comments on commit 92e939f

Please sign in to comment.