mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 06:03:25 +00:00
36 lines
813 B
JSON
36 lines
813 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"dependencyDashboard": true,
|
|
"labels": [
|
|
"dependencies",
|
|
"no-stale"
|
|
],
|
|
"commitMessagePrefix": "⬆️",
|
|
"commitMessageTopic": "{{depName}}",
|
|
"prBodyDefinitions": {
|
|
"Release": "yes"
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"addLabels": [
|
|
"github_actions"
|
|
],
|
|
"rangeStrategy": "pin"
|
|
},
|
|
{
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|