Skip to content

Commit

Permalink
add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadiIram committed Oct 16, 2024
1 parent e22c396 commit 02f9709
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"branchPrefix": "renovate/",
"baseBranches": ["non-existing-branch"],
"automerge": false,
"packageRules": [
{
"matchUpdateTypes": ["*"],
"enabled": false
},
{
"matchFileNames": ["*"],
"enabled": false
},
{
"matchManagers": ["*"],
"enabled": false
}
],
"prHourlyLimit": 1
}

0 comments on commit 02f9709

Please sign in to comment.