Skip to content

Commit

Permalink
Merge pull request #25 from red-hat-data-services/konflux-2.16
Browse files Browse the repository at this point in the history
add renovate.json config
  • Loading branch information
MohammadiIram authored Oct 16, 2024
2 parents f3cb839 + ae20544 commit d6b1270
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 d6b1270

Please sign in to comment.