Skip to content

Commit

Permalink
Configure Renovate (kedacore#1824)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Provide additional configuration for Renovate (kedacore#1854)

* chore: Renovate configuration for single PR (kedacore#1871)

* Use single PR for all dependency updates

Signed-off-by: GitHub <[email protected]>

* Use package filters

Signed-off-by: GitHub <[email protected]>

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Tom Kerkhove <[email protected]>
Signed-off-by: nilayasiktoprak <[email protected]>
  • Loading branch information
3 people authored and nilayasiktoprak committed Oct 23, 2021
1 parent c6fb478 commit 40e1ed2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"branchPrefix":"renovate-",
"labels":["dependencies"],
"packageRules": [
{
"packagePatterns": ["*"],
"groupName": "All"
},
{
"packagePatterns": ["^k8s.io/","^sigs.k8s.io/"],
"groupName": "Kubernetes Dependencies"
},
{
"packagePatterns": ["^actions/"],
"groupName": "GitHub Actions"
}
],
"commitBody": "",
"extends": [
"config:base",
"default:disablePrControls",
":gitSignOff"
]
}

0 comments on commit 40e1ed2

Please sign in to comment.