Skip to content

Commit

Permalink
chore: config renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianriobo committed Sep 29, 2023
1 parent 74e77f9 commit 20c4cda
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
"config:base",
":maintainLockFilesWeekly",
":enablePreCommit",
"group:all",
"regexManagers:dockerfileVersions",
"schedule:weekly",
"docker:pinDigests",
"workarounds:supportRedHatImageVersion"
],
"packageRules": [
{
"description": "Enable go indirect dependencies",
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": true
},
{
"description": "Group go major upgrades",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["major"],
"groupName": "go major updates"
},
{
"description": "Group patch updates",
"matchUpdateTypes": ["patch"],
"groupName": "Patch updates",
"automerge": true,
"platformAutomerge": true
}
],
"postUpdateOptions": ["gomodUpdateImportPaths", "gomodTidy"],
"configMigration": true
}

0 comments on commit 20c4cda

Please sign in to comment.