Skip to content

Commit

Permalink
👷 ci: Configure Renovate Bot for Gitmoji PR titles
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Jul 21, 2024
1 parent a86d4e4 commit 864c9c5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"prHourlyLimit": 3
"prHourlyLimit": 3,
"timezone": "Europe/London",
"schedule": ["every weekend"],
"semanticCommitType": ":arrow_up:",
"semanticCommitScope": "deps",
"packageRules": [
{
"updateTypes": ["lockFileMaintenance", "pin"],
"semanticCommitType": ":pushpin:"
},
{
"updateTypes": ["rollback"],
"semanticCommitType": ":arrow_down:"
},
{
"updateTypes": ["digest", "bump"],
"semanticCommitType": ":bookmark:"
}
]
}

1 comment on commit 864c9c5

@vercel
Copy link

@vercel vercel bot commented on 864c9c5 Jul 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 38 minutes (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.