Skip to content

Commit

Permalink
fix: uds-cli version in vscode/settings.json captured with other uds-…
Browse files Browse the repository at this point in the history
…cli version in gha-deps (#104)
  • Loading branch information
UnicornChance authored Jun 11, 2024
1 parent c5bfbce commit 2d148bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"labels": ["renovate/helm-release", "dependency/patch"]
},
{
"description": "Group Github Actions updates.",
"matchPaths": [".github/**"],
"groupName": "GHA-DEPS"
"description": "Group Github Actions and vscode/settings.json updates.",
"matchPaths": [".github/**", ".vscode/settings.json"],
"groupName": "GHA-DEPS"
}
],
"regexManagers":[
Expand Down

0 comments on commit 2d148bd

Please sign in to comment.