mirror of
https://github.com/firecow/gitlab-ci-local.git
synced 2026-02-07 00:25:45 +01:00
14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard",
|
|
":maintainLockFilesWeekly"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"],
|
|
"groupName": "All non-major"
|
|
}
|
|
]
|
|
}
|