Skip to content

Commit

Permalink
Ignore dependabot configuration files (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaguerta authored Feb 2, 2023
1 parent 84b1f63 commit 1a0ab0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ config, see the "copywrite init" command.`,
// Append default ignored search patterns (e.g., GitHub Actions workflows)
autoSkippedPatterns := []string{
".github/workflows/**",
".github/dependabot.yml",
}
ignoredPatterns := lo.Union(conf.Project.HeaderIgnore, autoSkippedPatterns)

Expand Down

0 comments on commit 1a0ab0a

Please sign in to comment.