Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/library/golang:1.22.4 docker digest to 3e731b2 (main) #667

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 8 additions & 26 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"helpers:pinGitHubActionDigests"
],
// self-hosted configuration
"username": "cilium-renovate[bot]",
"repositories": ["cilium/cilium"],
"username": "private-renovate[bot]",
"repositories": ["aanm/cilium"],
// renovate first reads this configuration, then reads the repository
// configuration, since we don't split between the self-hosted and the
// repository configuration, this can lead to duplicate of some areas of the
Expand Down Expand Up @@ -258,27 +258,6 @@
"docker.io/library/golang"
],
},
{
"groupName": "all external docker images dependencies",
"groupSlug": "all-external-images-deps-main",
"matchFiles": [
"install/kubernetes/Makefile.values"
],
"matchUpdateTypes": [
"major",
"minor",
"digest",
"patch",
"pin",
"pinDigest"
],
"schedule": [
"on monday"
],
matchBaseBranches: [
"main"
]
},
{
// Do not allow any major and minor updates into stable branches.
"enabled": false,
Expand Down Expand Up @@ -309,7 +288,9 @@
"matchBaseBranches": [
"main"
],
"allowedVersions": ">1.6",
// We need to manually fix some regressions caused by spire, thus we won't
// be upgrading to 1.10 until we fix it.
"allowedVersions": "<1.10",
},
{
"matchFiles": [
Expand Down Expand Up @@ -403,7 +384,7 @@
"matchDepNames": [
"golang.zx2c4.com/wireguard"
],
"versioning": "regex:^v0.0.0-(<patch>\\d+)-.*$"
"versioning": "regex:^v?0\\.0\\.0-(?<patch>\\d+)-.*$",
},
// Ref: https://github.com/cilium/cilium-cli#releases
{
Expand Down Expand Up @@ -613,7 +594,8 @@
// to match the digest to the pinned version. It will not work without it.
// Note that for GitHub release artifact digests, you likely want to use
// github-release-attachments as the datasource here.
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\""
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\"",
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.+@(?<currentValue>.*)"
]
},
{
Expand Down
65 changes: 0 additions & 65 deletions .github/workflows/ariane-scheduled.yaml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/auto-labeler.yaml

This file was deleted.

Loading
Loading