Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
Update renovate config

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Aug 31, 2022
1 parent 51cc834 commit 55f0ea6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
}
],
"packageRules": [
{
"matchPackageNames": [
"siderolabs/talos"
],
"versioning": "regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?$"
},
{
"matchPackagePatterns": [
"*"
Expand Down
4 changes: 2 additions & 2 deletions aws/autoscaling-workers/autoscaling-workers.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export AWS_SSH_KEY_NAME=talos-ssh
export AWS_VPC_ID=vpc-xxyyyzz
export AWS_SUBNET=subnet-xxyyzz
# renovate: datasource=github-releases depName=projectcalico/calico
export CALICO_VERSION=v3.18
export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+) depName=siderolabs/talos
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10

## Control plane vars
Expand Down
4 changes: 2 additions & 2 deletions aws/multi-az/multi-az.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export AWS_REGION=us-east-1
export AWS_SSH_KEY_NAME=talos-ssh
export AWS_VPC_ID=vpc-xxyyyzz
# renovate: datasource=github-releases depName=projectcalico/calico
export CALICO_VERSION=v3.18
export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+) depName=siderolabs/talos
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10

## Control plane vars
Expand Down
2 changes: 1 addition & 1 deletion aws/standard/standard.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export AWS_SUBNET_AZ=${AWS_SSH_KEY_NAME}a
export CALICO_VERSION=v3.24.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.21.0
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+) depName=siderolabs/talos
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.10

## Control plane vars
Expand Down
2 changes: 1 addition & 1 deletion gcp/standard/standard.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export GCP_REGION=us-central1
export GCP_NETWORK=default
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=kubernetes/kubernetes
export KUBERNETES_VERSION=1.20.5
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+) depName=siderolabs/talos
# renovate: datasource=github-releases extractVersion=^(?<version>v\d+\.\d+)\.\d+$ depName=siderolabs/talos
export TALOS_VERSION=v0.13
export GCP_VM_SVC_ACCOUNT=[email protected]

Expand Down

0 comments on commit 55f0ea6

Please sign in to comment.