mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-02 19:59:30 -05:00
chore(renovate): configure Renovate (#162)
This commit is contained in:
parent
c50524b321
commit
d1529ddc48
1 changed files with 19 additions and 0 deletions
19
renovate.json5
Normal file
19
renovate.json5
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"extends": ["config:base"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"postUpdateOptions": ["gomodTidy"],
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"matchUpdateTypes": ["minor", "patch", "pin"],
|
||||
"automerge": true,
|
||||
},
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"matchUpdateTypes": ["digest"],
|
||||
"enabled": false,
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue