Skip to content

Commit

Permalink
chore(git-sync): auto-applied devContainers.json5
Browse files Browse the repository at this point in the history
this file was auto-applied from pulumi
located here:
    - https://github.com/octodns-infomaniak/.github

Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 22, 2024
1 parent d4319db commit 44d53af
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovatebot/devContainers.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{%- raw %}
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"description": ["Process Devcontainer features"],
"customType": "regex",
"fileMatch": ["devcontainer.json$"],
"matchStrings": [
'datasource=(?<datasource>\\S*)[\\s]+depName=(?<depName>\\S*)[\\s]+"\\w+":[\\s]+"(?<currentValue>[a-zA-Z0-9-_.]+)"'
],
"versioningTemplate": 'regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?-?(?<compatibility>\\S+)?$',
},
]
}
{%- endraw %}

0 comments on commit 44d53af

Please sign in to comment.