Skip to content

Commit

Permalink
fix(renovate): adjust config to group PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Jan 15, 2025
1 parent 62d618e commit 42c7c64
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"extends": ["github>freecodecamp/renovate-config"],
"docker-compose": {
"fileMatch": ["stacks/.+/stack-.+\\.ya?ml$"]
}
},
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackagePatterns": ["^portainer/"],
"groupName": "portainer"
}
]
}

0 comments on commit 42c7c64

Please sign in to comment.