mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-25 08:10:39 +00:00
enable automerge for hugo-geekdoc theme
This commit is contained in:
parent
08111957b0
commit
4df4dee5c1
11
base.json
11
base.json
@ -14,6 +14,17 @@
|
||||
"docker": {
|
||||
"pinDigests": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automerge docs theme updates",
|
||||
"datasources": ["docker"],
|
||||
"packagePatterns": [
|
||||
"^thegeeklab/hugo-geekdoc"
|
||||
],
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["^Makefile$"],
|
||||
|
Loading…
Reference in New Issue
Block a user