Skip to content

Commit

Permalink
chore(config): update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Jul 21, 2023
1 parent f56ef93 commit 2e20d7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":semanticCommits",
":semanticPrefixChore",
":semanticCommitTypeAll(chore)",
":semanticCommitScope(deps)"
],
"labels": [
"type: dependencies"
],
"assigneesFromCodeOwners": true,
"configMigration": true,
"prHourlyLimit": 4
"commitMessageAction": "update",
"commitMessagePrefix": "chore(deps):"
}

0 comments on commit 2e20d7c

Please sign in to comment.