mirror of
https://github.com/copier-org/copier.git
synced 2025-05-05 15:32:54 +00:00
28 lines
583 B
JSON
28 lines
583 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"customManagers:githubActionsVersions",
|
|
":semanticCommitTypeAll(build)"
|
|
],
|
|
"nix": {
|
|
"enabled": true
|
|
},
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": "every 4 week on Monday"
|
|
},
|
|
"rangeStrategy": "replace",
|
|
"labels": ["dependencies"],
|
|
"packageRules": [
|
|
{
|
|
"matchCategories": ["python"],
|
|
"addLabels": ["python"]
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"addLabels": ["github_actions"]
|
|
}
|
|
]
|
|
}
|