浏览代码

feat: allow renovate to update ansible dependencies

pull/3009/head
Samuel Meenzen 2 年前
父节点
当前提交
2149644b81
无法提取签名
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      .github/renovate.json

+ 10
- 0
.github/renovate.json 查看文件

@@ -10,5 +10,15 @@
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
]
}
],
"packageRules": [
{
"matchSourceUrlPrefixes": [
"https://github.com/devture/com.devture.ansible.role",
"https://gitlab.com/etke.cc/roles",
"https://github.com/mother-of-all-self-hosting"
],
"ignoreUnstable": false
}
]
}

正在加载...
取消
保存