Update dependency thegeeklab/hugo-geekblog to v0.7.0 - autoclosed #3

Closed
renovator wants to merge 265 commits from renovate/thegeeklab-hugo-geekblog-0.x into master
Showing only changes of commit 89e9629976 - Show all commits

View File

@ -1,23 +1,4 @@
{
"extends": ["config:base"],
"regexManagers": [
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n.*?_VERSION := (?<currentValue>.*)\\s"
]
}
],
"packageRules": [
{
"datasources": ["github-releases"],
"paths": ["Makefile"],
"groupName": "hugo theme",
"packagePatterns": ["^thegeeklab"],
"automerge": true
}
],
"droneci": {
"enabled": false
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets"]
}