Skip to content

Commit

Permalink
fix: support deps renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Oct 18, 2024
1 parent 0b80107 commit f0b6482
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 f0b6482

Please sign in to comment.