Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into rhoai-2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia committed Oct 19, 2024
2 parents 594696b + 1efdb49 commit eea7f24
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
}git

0 comments on commit eea7f24

Please sign in to comment.