Skip to content

Commit

Permalink
chore: Use default renovate config (#36)
Browse files Browse the repository at this point in the history
* chore(ENG-5149): Use org-wide renovate config

* chore: Use default renovate config

Since this repository contains Helm-only, default renovate config may be used for now
  • Loading branch information
maksym-iv-elf authored Jan 2, 2025
1 parent 4772d66 commit 7779721
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,5 @@
],
"terraform": {
"rangeStrategy": "bump"
},
"packageRules": [
{
"matchDatasources": [
"terraform-provider"
],
"groupName": "Terraform providers",
"groupSlug": "tf-provider",
"automerge": false
},
{
"matchPackageNames": [
"terraform-linters/*"
],
"groupName": "Terraform linters",
"groupSlug": "tf-linters",
"automerge": false
}
]
}
}

0 comments on commit 7779721

Please sign in to comment.