Skip to content

Commit

Permalink
ci: renovate the renovate file
Browse files Browse the repository at this point in the history
  • Loading branch information
esacteksab committed Jan 31, 2025
1 parent 2670ba8 commit fdd5dcc
Showing 1 changed file with 8 additions and 30 deletions.
38 changes: 8 additions & 30 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,33 @@
{
"extends": [
"config:base",
":disableDependencyDashboard"
"config:recommended",
"helpers:pinGitHubActionDigests"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"automerge": true,
"description": "Automerge all updates except major versions",
"matchUpdateTypes": [
"patch",
"pin",
"digest",
"minor"
]
},
{
"description": "Tag the waddlers Github Team for major updates",
"matchUpdateTypes": [
"major"
],
"reviewers": [
"team:waddlers"
]
},
{
"automerge": true,
"description": "Group minor and patch updates into a single PR",
"groupName": "dependencies",
"managers": [
"matchManagers": [
"terraform",
"gomod",
"pre-commit",
"circleci",
"dockerfile",
"github-actions"
],
"matchUpdateTypes": [
"minor",
"patch"
"patch",
"pin",
"digest"
]
}
],
"postUpdateOptions": [
"gomodTidy"
],
"schedule": [
"every weekend"
],
"separateMinorPatch": true,
"timezone": "America/Los_Angeles"
"separateMultipleMajor": true,
"separateMultipleMinor": true
}

0 comments on commit fdd5dcc

Please sign in to comment.