Skip to content

Commit

Permalink
Merge pull request openedx#34837 from openedx/feanil/update_renovate
Browse files Browse the repository at this point in the history
build: Update renovate config.
  • Loading branch information
feanil committed Jun 4, 2024
2 parents 1f41529 + 34de5af commit 59cae77
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
{
"extends": [
"config:base",
"schedule:weekdays",
":preserveSemverRanges"
"schedule:weekly",
":automergeLinters",
":automergeMinor",
":automergeTesters",
":enableVulnerabilityAlerts",
":semanticCommits",
":updateNotScheduled"
],
"prConcurrentLimit": 5,
"includePaths": [
"package.json"
]
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"lockFileMaintenance",
"minor",
"patch",
"pin"
],
"automerge": true
},
{
"matchPackagePatterns": ["@edx", "@openedx"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"timezone": "America/New_York",
"prConcurrentLimit": 3,
"enabledManagers": ["npm"]
}

0 comments on commit 59cae77

Please sign in to comment.