Skip to content

Commit

Permalink
chore: disable renovate automerge and add flcc rules (#624)
Browse files Browse the repository at this point in the history
* chore: disable renovate automerge and add flcc rules

* chore: add dependency dashboard
  • Loading branch information
jesperhodge authored Oct 11, 2023
1 parent 03bf93a commit 7132136
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,28 @@
"config:base",
"schedule:daily",
":rebaseStalePrs",
":semanticCommits"
":semanticCommits",
":dependencyDashboard"
],
"timezone": "America/New_York",
"patch": {
"automerge": true
"automerge": false
},
"rebaseStalePrs": true,
"packageRules": [
{
"matchPackagePatterns": ["@edx", "@openedx"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"automerge": false
},
{
"matchPackagePatterns": ["@edx/frontend-lib-content-components"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"schedule": [
"after 9am",
"before 5pm"
]
}
]
}

0 comments on commit 7132136

Please sign in to comment.