Prettier

This commit is contained in:
SebClem 2022-03-04 14:02:21 +01:00
parent 2634945f53
commit 51d17584d3
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305
7 changed files with 24 additions and 31 deletions

View File

@ -1,8 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:base"],
"config:base"
],
"commitMessagePrefix": ":arrow_up:", "commitMessagePrefix": ":arrow_up:",
"regexManagers": [ "regexManagers": [
{ {

View File

@ -1,19 +1,17 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:base"],
"config:base"
],
"ignorePresets": [":prHourlyLimit2"], "ignorePresets": [":prHourlyLimit2"],
"commitMessagePrefix": ":arrow_up:", "commitMessagePrefix": ":arrow_up:",
"regexManagers": [ "regexManagers":
[
{ {
"fileMatch": [ "fileMatch": ["group_vars\\/.*\\.yml", "host_vars\\/.*\\.yml"],
"group_vars\\/.*\\.yml", "matchStrings":
"host_vars\\/.*\\.yml"], [
"matchStrings": [ "datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version: \"(?<currentValue>.*)\"\\s",
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version: \"(?<currentValue>.*)\"\\s" ],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
},
], ],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
} }

View File

@ -1,5 +1,4 @@
--- ---
- name: ${REPO_NAME_TITLE} - name: ${REPO_NAME_TITLE}
hosts: nodes hosts: nodes
@ -10,6 +9,4 @@
tags: tags:
- always - always
roles: [] roles: []