Skip to content

Commit

Permalink
Merge pull request #76 from padok-team/fixrenove
Browse files Browse the repository at this point in the history
fix(renovate): batch renovate pr
  • Loading branch information
Benjamin Sanvoisin authored Feb 13, 2024
2 parents c26dd8a + 7cfb923 commit 290d5cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,19 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>padok-team/renovate-config"
],
"packageRules": [
{
"matchPackagePatterns": ["gomod"],
"groupName": "go"
},
{
"matchPackagePatterns": ["docker"],
"groupName": "docker"
},
{
"matchPackagePatterns": ["github"],
"groupName": "github"
}
]
}

0 comments on commit 290d5cb

Please sign in to comment.