Skip to content

Commit

Permalink
Merge pull request #38 from mallardduck/add-renovate-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored Jan 22, 2025
2 parents 9f3ddf3 + 5987bc6 commit 63efaf5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
],
"baseBranches": [
"main",
"/^release\\/v[0-9]+.x/"
"/^release\\/v[0-9]+.x/",
"renovate-test"
],
"prHourlyLimit": 2
"prHourlyLimit": 2,
"packageRules": [
{
"matchBaseBranches": ["renovate-test"],
"matchDepNames": [
"kubernetes/kubernetes"
]
}
]
}

0 comments on commit 63efaf5

Please sign in to comment.