Skip to content

Commit

Permalink
Merge pull request #670 from radiofrance/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
antoinegelloz authored Jan 9, 2025
2 parents 4ac8507 + 552dc32 commit ad452c5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":autodetectPinVersions",
":automergeDigest",
":automergeLinters",
":automergeMinor",
Expand All @@ -24,7 +23,7 @@
":separateMultipleMajorReleases",
"group:kubernetes",
"helpers:pinGitHubActionDigests",
"regexManagers:dockerfileVersions"
"customManagers:dockerfileVersions"
],
"packageRules": [
{
Expand All @@ -38,7 +37,7 @@
},
{
"description": "Group golang version bumps by datasource",
"datasources": [
"matchDatasources": [
"golang-version"
],
"groupName": "golang"
Expand All @@ -53,9 +52,13 @@
"groupName": "golang"
}
],
"postUpdateOptions": ["gomodUpdateImportPaths", "gomodTidy"],
"regexManagers": [
"postUpdateOptions": [
"gomodUpdateImportPaths",
"gomodTidy"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^\\.github/workflows/.*\\.ya?ml"
],
Expand Down

0 comments on commit ad452c5

Please sign in to comment.