Skip to content

Commit

Permalink
Normalize Renovate config (QCTECH-715) (#135)
Browse files Browse the repository at this point in the history
* Normalize Renovate config (QCTECH-715)

* Create CODEOWNERS
  • Loading branch information
Chris-V authored Sep 6, 2023
1 parent 4439cac commit 6122420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @kronostechnologies/account @kronostechnologies/connect @kronostechnologies/plan
24 changes: 2 additions & 22 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
{
extends: [
"github>kronostechnologies/standards:renovate-base"
],

reviewers: ["team:account","team:connect","team:plan"],
rebaseWhen: "conflicted",

php: {
packageRules: [
{
matchUpdateTypes: ["major", "minor", "patch"],
},
{
matchUpdateTypes: ["minor"],
groupName: "PHP minors",
},
{
matchUpdateTypes: ["patch"],
groupName: "PHP patches",
},
],
},
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["local>kronostechnologies/renovate-config"],
}

0 comments on commit 6122420

Please sign in to comment.