Skip to content

Commit

Permalink
Merge pull request #1 from StephaniePruna/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
StephaniePruna authored Oct 23, 2024
2 parents cfdceb8 + ad3702b commit afa1976
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"prHourlyLimit": 3,
"reviewers": ["StephaniePruna"],
"branchPrefix": "renovate/",
"additionalBranchPrefix": "chore-monthly-tools-patching",
"commitBody": "Montly Tools Patching",
"commitBodyTable": true,
"enabled": true,
"timezone": "Australia/Melbourne",
"schedule": [
"* 10 20 * *"
],
"ignoreDeps": []
}

0 comments on commit afa1976

Please sign in to comment.