mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
69 lines
No EOL
1.3 KiB
JSON
69 lines
No EOL
1.3 KiB
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"baseBranches": [
|
|
"develop"
|
|
],
|
|
"timezone": "America/Los_Angeles",
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"automerge": true,
|
|
"platformAutomerge": true
|
|
},
|
|
"npm": {
|
|
"stabilityDays": 3
|
|
},
|
|
"dependencyDashboard": true,
|
|
"major": {
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
"dockerfile": {
|
|
"fileMatch": [
|
|
"(^|/)Earthfile$",
|
|
"(^|/|\\.)Dockerfile$",
|
|
"(^|/)Dockerfile[^/]*$"
|
|
]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"description": "Automatically merge minor and patch-level updates",
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"digest"
|
|
],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"platformAutomerge": true,
|
|
"dependencyDashboardApproval": false
|
|
},
|
|
{
|
|
"description": "Ignore the old pre-0.1.0 web packages",
|
|
"matchPackageNames": [
|
|
"postcss",
|
|
"tailwindcss",
|
|
"cssnano",
|
|
"htm",
|
|
"mark.js",
|
|
"postcss-cli",
|
|
"@videojs/themes",
|
|
"@joeattardi/emoji-button",
|
|
"preact",
|
|
"github.com/go-fed/activity",
|
|
"go"
|
|
],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"description": "Do not auto-merge statically assigned versions in npm",
|
|
"matchManagers": [
|
|
"npm"
|
|
],
|
|
"matchCurrentVersion": "^[0-9]+\\.[0-9]+\\.[0-9]+$",
|
|
"automerge": false,
|
|
"platformAutomerge": false,
|
|
"dependencyDashboardApproval": true
|
|
}
|
|
]
|
|
} |