Skip to content

Commit

Permalink
chore: add renovate configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Jun 11, 2024
1 parent 980c13b commit 27b4e15
Show file tree
Hide file tree
Showing 3 changed files with 4,230 additions and 7,678 deletions.
33 changes: 33 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"extends": [
"config:base",
"schedule:weekly",
":automergeLinters",
":automergeMinor",
":automergeTesters",
":enableVulnerabilityAlerts",
":rebaseStalePrs",
":semanticCommits",
":updateNotScheduled"
],
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"lockFileMaintenance",
"minor",
"patch",
"pin"
],
"automerge": true
},
{
"matchPackagePatterns": ["@edx", "@openedx"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"timezone": "America/New_York"
}
Loading

0 comments on commit 27b4e15

Please sign in to comment.