Merge pull request #1825 from hedgedoc/chore/renovate-config

This commit is contained in:
David Mehren 2021-11-17 09:31:47 +01:00 committed by GitHub
commit 3ac396002b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,17 @@
{ {
"extends": [ "extends": [
"config:base", "config:base",
"schedule:weekends",
"group:definitelyTyped", "group:definitelyTyped",
"group:socketio", "group:socketio",
"group:linters", "group:linters",
"group:test", "group:test",
":gitSignOff", ":gitSignOff",
":prHourlyLimitNone", ":prHourlyLimitNone",
":dependencyDashboard",
":rebaseStalePrs", ":rebaseStalePrs",
":maintainLockFilesWeekly", ":maintainLockFilesWeekly",
":automergePatch" ":automergePatch",
":separateMajorReleases"
], ],
"baseBranches": [ "baseBranches": [
"master", "master",