Skip to content

Commit

Permalink
Update renovate.json (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoGEsteves authored Feb 10, 2024
1 parent 3318030 commit a583f1f
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"config:best-practices",
":rebaseStalePrs",
":enableVulnerabilityAlertsWithLabel('security')",
"group:recommended",
"helpers:pinGitHubActionDigests",
":pinAllExceptPeerDependencies",
"group:monorepos",
"replacements:all",
"workarounds:all",
":semanticPrefixFixDepsChoreOthers"
":semanticPrefixFixDepsChoreOthers",
":separateMultipleMajorReleases"
],

"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": true,
"assignees": ["@RicardoGEsteves"]
},
"digest": {
"prBodyDefinitions": {
"Change": "{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}"
Expand All @@ -22,15 +25,16 @@
"prBodyDefinitions": {
"Change": "[{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}]({{#if depName}}https://renovatebot.com/diffs/npm/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}{{/if}})"
},
"platform": "github",
"prHeader": "RicardoGEsteves {{{groupSlug}}} update, dependency {{depName}} to v{{newVersion}}",
"assignees": ["RicardoGEsteves"],
"labels": ["dependencies", "major", "minor", "patch"],
"labels": ["dependencies", "major", "minor", "patch", "{{depName}}"],
"schedule": ["every 3 months on the first day of the month"],
"npm": {
"minimumReleaseAge": "3 days"
},
"prCreation": "status-success",
"configMigration": true,
"platformCommit": true,
"packageRules": [
{
"matchSourceUrlPrefixes": ["https://github.com/"],
Expand All @@ -51,9 +55,20 @@
]
},
{
"description": "Group dependencies from package.json files",
"matchFileNames": ["**/package.json"],
"groupName": "All package.json changes"
"matchPackageNames": ["node"],
"enabled": false
},
{
"matchPackageNames": ["npm"],
"enabled": false
},
{
"matchPackageNames": ["pnpm"],
"enabled": false
},
{
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
{
"description": "Automatically merge minor and patch-level updates",
Expand Down

0 comments on commit a583f1f

Please sign in to comment.