Skip to content

Commit

Permalink
chore(renovate): update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 19, 2023
1 parent 128674a commit 65d7d75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@
],
"flux": {
"fileMatch": [
"(^|/)\\.taskfiles/.+\\.ya?ml(\\.j2)?$",
"(^|/)talos/.+\\.ya?ml(\\.j2)?$",
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
]
},
"helm-values": {
"fileMatch": [
"(^|/)\\.taskfiles/.+\\.ya?ml(\\.j2)?$",
"(^|/)talos/.+\\.ya?ml(\\.j2)?$",
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
]
},
Expand Down
4 changes: 1 addition & 3 deletions .github/renovate/customManagers.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
// `- https://github.com/argoproj/argo-cd/raw/v2.7.10/manifests/install.yaml`
// `- https://github.com/argoproj/argo-cd/raw/v2.7.10/manifests/ha/install.yaml`
// `- https://raw.githubusercontent.com/keycloak/keycloak-k8s-resources/21.1.1/kubernetes/kubernetes.yml`
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>\\S+))?\n.*?-\\s(.*?)\/(?<currentValue>(v|\\d)[^/]+)\/\\S+\n",
// Example: apiVersion=helm.cattle.io/v1 kind=HelmChart
"datasource=(?<datasource>\\S+)\n.*?repo: (?<registryUrl>\\S+)\n.*?chart: (?<depName>\\S+)\n.*?version: (?<currentValue>\\S+)\n"
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>\\S+))?\n.*?-\\s(.*?)\/(?<currentValue>(v|\\d)[^/]+)\/\\S+\n"
],
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}",
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
Expand Down
1 change: 0 additions & 1 deletion talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ controlPlane:
- &customTalosPatch |-
machine:
install:
image: ghcr.io/buroa/installer:v1.5.5
extraKernelArgs:
- net.ifnames=0
- talos.logging.kernel=udp://vector.${domainName}:6001/
Expand Down

0 comments on commit 65d7d75

Please sign in to comment.