forked from Stanford-Online/xblock-free-text-response
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add renovate configuration file
- Loading branch information
1 parent
7789467
commit bf6e2f4
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |