Skip to content

Commit

Permalink
renovate: apply migration changes
Browse files Browse the repository at this point in the history
These are the actual changes to the schema, as gleaned from the messy
diff of #2913.

Signed-off-by: David Bimmler <[email protected]>
  • Loading branch information
bimmlerd committed Jan 22, 2025
1 parent b3d0c9c commit 6ee1a0f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:base",
"config:recommended",
":gitSignOff",
"helpers:pinGitHubActionDigests",
],
Expand Down Expand Up @@ -44,7 +44,7 @@
{
groupName: "all github action dependencies",
groupSlug: "all-github-action",
matchPaths: [
matchFileNames: [
".github/workflows/**",
"action.yaml",
],
Expand Down Expand Up @@ -86,7 +86,7 @@
{
// Avoid updating patch releases of golang in go.mod
enabled: "false",
matchFiles: [
matchFileNames: [
"go.mod",
],
matchDepNames: [
Expand All @@ -112,7 +112,7 @@
{
// Images that directly use docker.io/library/golang for building.
groupName: "golang-images",
matchFiles: [
matchFileNames: [
"Dockerfile",
"Makefile",
],
Expand Down Expand Up @@ -144,8 +144,9 @@
],
},
],
regexManagers: [
customManagers: [
{
customType: "regex",
fileMatch: [
"^\\.github/workflows/[^/]+\\.yaml$",
"^action.yaml$",
Expand All @@ -159,6 +160,7 @@
],
},
{
customType: "regex",
fileMatch: [
"^Makefile$",
],
Expand All @@ -171,6 +173,7 @@
],
},
{
customType: "regex",
fileMatch: [
"^go\\.mod$",
],
Expand Down

0 comments on commit 6ee1a0f

Please sign in to comment.