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

@ -46,4 +46,4 @@ steps:
from: from:
from_secret: mail_from from_secret: mail_from
when: when:
status: [ changed, failure ] status: [changed, failure]

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,3 +1,3 @@
roles: roles:
- src: https://git.sebclem.fr/ansible-roles/ansible-victoria-role.git - src: https://git.sebclem.fr/ansible-roles/ansible-victoria-role.git
scm: git scm: git

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": [ {
"group_vars\\/.*\\.yml", "fileMatch": ["group_vars\\/.*\\.yml", "host_vars\\/.*\\.yml"],
"host_vars\\/.*\\.yml"], "matchStrings":
"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: []