Skip to content

Commit

Permalink
ignore dependabot branches
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Feb 25, 2022
1 parent 7863355 commit 3cbb7a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updates:
ignore:
- dependency-name: "@washingtonpost*"
versioning-strategy: "auto"
open-pull-requests-limit: 5
open-pull-requests-limit: 1
schedule:
interval: "weekly"
pull-request-branch-name:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Validate

on:
pull_request:
branches-ignore:
- "dependabot**"
paths:
- "ui/**/*"
- "package.json"
Expand Down

0 comments on commit 3cbb7a8

Please sign in to comment.