Skip to content

Commit

Permalink
chore: group vscode/settings.json with support-deps (#933)
Browse files Browse the repository at this point in the history
## Description
Add .vscode/settings.json to support-deps renovate for capturing uds-cli
version changes.

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
UnicornChance authored Oct 18, 2024
1 parent 075b519 commit 81e41d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ zarf-sbom
tmp/
env.ts
node_modules/**
dist
dist/**
insecure*
.env
zarf
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"commitMessageTopic": "pepr"
},
{
"matchFileNames": [".github/**", "bundles/**", "tasks/iac.yaml", "tasks/setup.yaml"],
"matchFileNames": [".github/**", "bundles/**", "tasks/iac.yaml", "tasks/setup.yaml", ".vscode/settings.json"],
"groupName": "support-deps",
"commitMessageTopic": "support dependencies"
},
Expand Down

0 comments on commit 81e41d8

Please sign in to comment.