소스 검색

Migrate config .github/renovate.json

pull/4234/head
renovate[bot] 11 달 전
committed by GitHub
부모
커밋
81dc76772b
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일14개의 추가작업 그리고 9개의 파일을 삭제
  1. +14
    -9
      .github/renovate.json

+ 14
- 9
.github/renovate.json 파일 보기

@@ -1,12 +1,17 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base"
"config:recommended"
], ],
"labels": ["dependencies"],
"regexManagers": [
"labels": [
"dependencies"
],
"customManagers": [
{ {
"fileMatch": ["defaults/main.yml$"],
"customType": "regex",
"fileMatch": [
"defaults/main.yml$"
],
"matchStrings": [ "matchStrings": [
"# 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" "# 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"
] ]
@@ -14,11 +19,11 @@
], ],
"packageRules": [ "packageRules": [
{ {
"matchSourceUrlPrefixes": [
"https://github.com/devture/com.devture.ansible.role",
"https://github.com/mother-of-all-self-hosting"
],
"ignoreUnstable": false
"ignoreUnstable": false,
"matchSourceUrls": [
"https://github.com/devture/com.devture.ansible.role{/,}**",
"https://github.com/mother-of-all-self-hosting{/,}**"
]
} }
], ],
"ignoreDeps": [ "ignoreDeps": [


불러오는 중...
취소
저장