Skip to content

Commit

Permalink
build: added ignore of "workflows/build.yml" for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzu authored Jun 30, 2024
1 parent 0974dbf commit cd382a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ updates:
prefix: "chore: "
reviewers:
- "fetzu"
ignore:
- dependency-name: "/.github/workflows/build.yml"

- package-ecosystem: "docker"
directory: "/"
Expand All @@ -29,6 +31,8 @@ updates:
prefix: "chore: "
reviewers:
- "fetzu"
ignore:
- dependency-name: "/.github/workflows/build.yml"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -44,3 +48,5 @@ updates:
prefix: "build: "
reviewers:
- "fetzu"
ignore:
- dependency-name: "/.github/workflows/build.yml"

0 comments on commit cd382a8

Please sign in to comment.