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

renovate: clean up configuration #2954

Merged
merged 1 commit into from
Feb 26, 2025
Merged
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: 0 additions & 34 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@
includePaths: [
'.github/workflows/**',
'action.yaml',
'defaults/defaults.go',
'go.mod',
'go.sum',
'Dockerfile',
'Makefile',
],
postUpdateOptions: [
'gomodTidy',
],
pinDigests: true,
ignorePresets: [
':prHourlyLimit2',
Expand Down Expand Up @@ -57,25 +51,6 @@
'pinDigest',
],
},
{
// Avoid updating patch releases of golang in go.mod
enabled: 'false',
matchFileNames: [
'go.mod',
],
matchDepNames: [
'go',
],
matchDatasources: [
'golang-version',
],
matchUpdateTypes: [
'patch',
],
matchBaseBranches: [
'main',
],
},
{
// Images that directly use docker.io/library/golang for building.
groupName: 'golang-images',
Expand Down Expand Up @@ -139,14 +114,5 @@
'# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+_VERSION = (?<currentValue>.*)\\s+.+_SHA = (?<currentDigest>sha256:[a-f0-9]+)',
],
},
{
customType: 'regex',
fileMatch: [
'^go\\.mod$',
],
matchStrings: [
'// renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+go (?<currentValue>.*)',
],
},
],
}
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module github.com/cilium/cilium-cli

// renovate: datasource=golang-version depName=go
go 1.23.0

// Replace directives from github.com/cilium/cilium. Keep in sync when updating Cilium!
Expand Down
Loading