Skip to content

Commit

Permalink
Ignore modules with Renovate too (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Nov 14, 2024
1 parent 0947212 commit 864eee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>bitwarden/renovate-config"],
"enabledManagers": ["dockerfile", "github-actions", "npm", "nuget", "pipenv"],
"ignorePaths": ["version-bump/tests/fixtures/**"],
"ignorePaths": ["version-bump/tests/fixtures/**", "**/node_modules/**"],
"packageRules": [
{
"additionalBranchPrefix": "{{parentDir}}-",
Expand Down

0 comments on commit 864eee4

Please sign in to comment.