|
| 1 | +{ |
| 2 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 3 | + "extends": [ |
| 4 | + "config:base" |
| 5 | + ], |
| 6 | + "prHourlyLimit": 10, |
| 7 | + "automerge": true, |
| 8 | + "platformAutomerge": true, |
| 9 | + "regexManagers": [ |
| 10 | + { |
| 11 | + "fileMatch": ["^src/group_vars/all\\.yml$"], |
| 12 | + "matchStrings": [ |
| 13 | + "wait4x_version:\\s*(?<currentValue>[\\d.]+)" |
| 14 | + ], |
| 15 | + "datasourceTemplate": "docker", |
| 16 | + "depNameTemplate": "atkrad/wait4x", |
| 17 | + "autoReplaceStringTemplate": "wait4x_version: {{{newValue}}}" |
| 18 | + }, |
| 19 | + { |
| 20 | + "fileMatch": ["^src/group_vars/all\\.yml$"], |
| 21 | + "matchStrings": [ |
| 22 | + "goss_version:\\s*(?<currentValue>[\\d.]+)" |
| 23 | + ], |
| 24 | + "datasourceTemplate": "github-releases", |
| 25 | + "depNameTemplate": "goss-org/goss", |
| 26 | + "autoReplaceStringTemplate": "goss_version: {{{newValue}}}" |
| 27 | + }, |
| 28 | + { |
| 29 | + "fileMatch": ["^src/group_vars/all\\.yml$"], |
| 30 | + "matchStrings": [ |
| 31 | + "actionlint:\\s*(?<currentValue>[\\d.]+)" |
| 32 | + ], |
| 33 | + "datasourceTemplate": "docker", |
| 34 | + "depNameTemplate": "rhysd/actionlint", |
| 35 | + "autoReplaceStringTemplate": "actionlint: {{{newValue}}}" |
| 36 | + }, |
| 37 | + { |
| 38 | + "fileMatch": ["^src/group_vars/all\\.yml$"], |
| 39 | + "matchStrings": [ |
| 40 | + "shellcheck:\\s*(?<currentValue>[\\d.]+)" |
| 41 | + ], |
| 42 | + "datasourceTemplate": "docker", |
| 43 | + "depNameTemplate": "koalaman/shellcheck-alpine", |
| 44 | + "autoReplaceStringTemplate": "shellcheck: {{{newValue}}}" |
| 45 | + }, |
| 46 | + { |
| 47 | + "fileMatch": ["^src/group_vars/all\\.yml$"], |
| 48 | + "matchStrings": [ |
| 49 | + "mkcert_version:\\s*(?<currentValue>[\\d.]+)" |
| 50 | + ], |
| 51 | + "datasourceTemplate": "github-releases", |
| 52 | + "depNameTemplate": "filosottile/mkcert", |
| 53 | + "autoReplaceStringTemplate": "mkcert_version: {{{newValue}}}" |
| 54 | + } |
| 55 | + ] |
| 56 | +} |
0 commit comments