Skip to content
Snippets Groups Projects
Commit 09cd5578 authored by René Rösner's avatar René Rösner
Browse files

Changed renovate configuration for better maintainability

parent f234a24d
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,15 @@
"extends": [
"config:base",
"local>fit-connect/renovate/renovate-config"
]
}
],
"schedule": ["every weekend"],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "all dependencies",
"groupSlug": "all"
}
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment