1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-08-10 22:31:32 +02:00
Files
fp-go/renovate.json

30 lines
663 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":dependencyDashboard"
],
"rangeStrategy": "bump",
"packageRules": [
{
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"golang"
],
"enabled": false
},
{
"matchUpdateTypes": [
"major",
"minor",
"patch",
"pin",
"digest"
],
"automerge": true,
"groupName": "go dependencies"
}
]
}